Skip to content

Commit

Permalink
Update GitHub team configurations
Browse files Browse the repository at this point in the history
- Remove outdated team membership for `quarkus_azure_services` to reflect updated contributions setup.
  • Loading branch information
gastaldi committed Jan 22, 2025
1 parent a964f1b commit a6c303f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-azure-services.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "github_team_repository" "quarkus_azure_services" {

# Add users to the team
resource "github_team_membership" "quarkus_azure_services" {
for_each = { for tm in ["m-reza-rahman", "edburns", "majguo", "zhengchang907", "galiacheng", "agoncal", "backwind1233"] : tm => tm }
for_each = { for tm in ["m-reza-rahman", "edburns", "majguo", "galiacheng", "agoncal", "backwind1233"] : tm => tm }
team_id = github_team.quarkus_azure_services.id
username = each.value
role = "maintainer"
Expand Down

0 comments on commit a6c303f

Please sign in to comment.