Skip to content

Commit

Permalink
chore: add Rozerin to kernteam
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert authored and Yolijn committed May 1, 2024
1 parent ca83aff commit 9364024
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions team-members.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ resource "github_team_members" "kernteam-committer" {
username = data.github_user.rianrietveld.username
}


members {
username = data.github_user.rozerin.username
}

members {
username = data.github_user.nl-design-system-committer.username
}
Expand Down
4 changes: 4 additions & 0 deletions user.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ data "github_user" "robbert" {
username = "Robbert"
}

data "github_user" "rozerin" {
username = "Rozerinay"
}

data "github_user" "yolijn" {
username = "Yolijn"
}
Expand Down

0 comments on commit 9364024

Please sign in to comment.