-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab21a0f
commit 989cf17
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
# This file is sensitive since rules below may be used for restricting who can | ||
# make access control changes. | ||
/.github/CODEOWNERS @GSA-TTS/FAC-admins | ||
/.github/workflows/fac-restore-util.yml @GSA-TTS/FAC-admins @asteel-gsa | ||
|
||
# Changes to the following CI/CD directories will impact operational systems. Any PR involving these files should | ||
# get a review from someone in FAC-admins | ||
/.github/workflows/ @GSA-TTS/FAC-admins | ||
/backend/manifests/ @GSA-TTS/FAC-admins | ||
|
||
# Changes to the following Terraform directory will impact access control in cloud.gov spaces. Any PR involving these files should get a review from someone in FAC-admins. | ||
/terraform/meta/ @GSA-TTS/FAC-admins | ||
|
||
# Changes to the following Terraform directories will impact operational systems. Any PR involving these files | ||
# should get a review from someone in FAC-Admins | ||
/terraform/dev/ @GSA-TTS/FAC-admins | ||
/terraform/staging/ @GSA-TTS/FAC-admins | ||
/terraform/preview/ @GSA-TTS/FAC-admins | ||
/terraform/production/ @GSA-TTS/FAC-admins | ||
/terraform/sandbox/ @GSA-TTS/FAC-admins | ||
/terraform/modules/ @GSA-TTS/FAC-admins |