Skip to content

Commit

Permalink
chore: Changed reviewers teams [SCS-214]. (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Arvark01 <[email protected]>
  • Loading branch information
AnisLucidi01 and AnLuc01 authored Aug 10, 2023
1 parent 3589294 commit 3875a45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/terraform/identity/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ github_repository_environment_cd = {
custom_branch_policies = true
reviewers_teams = [
"infrastructure-admins",
"mil-team",
"swc-mil-team",
]
}
2 changes: 1 addition & 1 deletion src/main/terraform/identity/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ github_repository_environment_cd = {
custom_branch_policies = false
reviewers_teams = [
"infrastructure-admins",
"mil-team",
"swc-mil-team",
]
}
2 changes: 1 addition & 1 deletion src/main/terraform/identity/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ github_repository_environment_cd = {
custom_branch_policies = true
reviewers_teams = [
"infrastructure-admins",
"mil-team",
"swc-mil-team",
]
}

0 comments on commit 3875a45

Please sign in to comment.