CODEOWNERS: require SRE approval for CI changes (#2529)
When a CI is added or changed, @cloud/sre should be reviewing the changes unless the changes are deployments, in which care @saleor/cloud will be reviewing.
This commit is contained in:
parent
796383637c
commit
47dce437b6
1 changed files with 4 additions and 1 deletions
5
.github/CODEOWNERS
vendored
5
.github/CODEOWNERS
vendored
|
@ -1,4 +1,7 @@
|
|||
# Restrict all workflows except deployments to SRE
|
||||
.github/workflows/* @saleor/sre
|
||||
|
||||
# Restrict Deployment Workflows to be Approved by Cloud Team
|
||||
.github/workflows/test-env* @saleor/cloud
|
||||
.github/workflows/deploy-* @saleor/cloud
|
||||
.github/workflows/notify/* @saleor/cloud
|
||||
.github/workflows/notify/* @saleor/cloud
|
||||
|
|
Loading…
Reference in a new issue