saleor-dashboard/.github/CODEOWNERS
Mika 47dce437b6
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.
2022-11-04 11:23:07 +01:00

7 lines
269 B
Text

# 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