Skip to content

Commit

Permalink
Add @zhfeng to quarkus-artemis (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Feb 12, 2023
1 parent cb86529 commit 62e381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus-artemis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "github_team_repository" "quarkus_artemis" {

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

0 comments on commit 62e381b

Please sign in to comment.