
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.
7 lines
269 B
Text
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
|