Skip to content

Commit

Permalink
Add ia3andy as maintainer of qute-web (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy authored Jul 8, 2024
1 parent a8f1a63 commit 099adb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-qute-web.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "github_team_repository" "quarkus_qute_server_pages" {

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

0 comments on commit 099adb9

Please sign in to comment.