Skip to content

Commit ec5a20b

Browse files
Add Lorna, Fabrizio, and Kumar to Quarkus Flow (#395)
1 parent be6240d commit ec5a20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform-scripts/quarkus-flow.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "github_team_repository" "quarkus_flow_triage" {
5555

5656
# Add users to the team
5757
resource "github_team_membership" "quarkus_flow_triage" {
58-
for_each = { for tm in ["wmedvede", "gmunozfe", "domhanak", "mcruzdev"] : tm => tm }
58+
for_each = { for tm in ["wmedvede", "gmunozfe", "domhanak", "mcruzdev", "fantonangeli", "lornakelly", "kumaradityaraj"] : tm => tm }
5959
team_id = github_team.quarkus_flow_triage.id
6060
username = each.value
6161
role = "member"

0 commit comments

Comments
 (0)