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:
Mika 2022-11-04 11:23:07 +01:00 committed by GitHub
parent 796383637c
commit 47dce437b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.github/CODEOWNERS vendored
View file

@ -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