Skip to content

Commit

Permalink
Add @vsevel to quarkus-ironjacamar (#176)
Browse files Browse the repository at this point in the history
So he can review PRs
  • Loading branch information
gastaldi authored Sep 4, 2023
1 parent 846effb commit e3d94e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-ironjacamar.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "github_team_repository" "quarkus_ironjacamar" {

# Add users to the team
resource "github_team_membership" "quarkus_ironjacamar" {
for_each = { for tm in ["gastaldi"] : tm => tm }
for_each = { for tm in ["gastaldi", "vsevel"] : tm => tm }
team_id = github_team.quarkus_ironjacamar.id
username = each.value
role = "maintainer"
Expand Down

0 comments on commit e3d94e2

Please sign in to comment.