Skip to content

Commit 7a75050

Browse files
authored
Add reviewers team as team owners (#1061)
Adds @wg-app-runtime-interfaces-autoscaler-reviewers to "app-autoscaler" team owners.
1 parent f7b04d6 commit 7a75050

File tree

1 file changed

+3
-2
lines changed
  • ci/terragrunt/app-autoscaler/concourse

1 file changed

+3
-2
lines changed

ci/terragrunt/app-autoscaler/concourse/teams.tf

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ resource "concourse_team" "app_autoscaler" {
33

44
owners = [
55
"group:github:sap-cloudfoundry:app-autoscaler",
6-
"group:github:cloudfoundry:wg-app-runtime-interfaces-autoscaler-approvers"
6+
"group:github:cloudfoundry:wg-app-runtime-interfaces-autoscaler-approvers",
7+
"group:github:cloudfoundry:wg-app-runtime-interfaces-autoscaler-reviewers"
78
]
89
}
910

@@ -13,4 +14,4 @@ data "concourse_teams" "teams" {
1314

1415
output "team_names" {
1516
value = data.concourse_teams.teams.names
16-
}
17+
}

0 commit comments

Comments
 (0)