Skip to content

Commit

Permalink
Add @gwenneg to the quarkus-unleash maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenneg committed Mar 5, 2024
1 parent 136baa6 commit 6695f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-unleash.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "github_team_repository" "quarkus_unleash" {

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

0 comments on commit 6695f40

Please sign in to comment.