Skip to content

Commit

Permalink
Add HiveMQ developers as maintainers to quarkus-hivemq-client
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 22, 2023
1 parent 4d42697 commit 056a2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-hivemq-client.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "github_team_repository" "quarkus_hivemq_client" {

# Add users to the team
resource "github_team_membership" "quarkus_hivemq_client" {
for_each = { for tm in ["masini"] : tm => tm }
for_each = { for tm in ["masini", "pjgg", "codepitbull", "gutmox", "ayagsan"] : tm => tm }
team_id = github_team.quarkus_hivemq_client.id
username = each.value
role = "maintainer"
Expand Down

0 comments on commit 056a2e5

Please sign in to comment.