From 47dce437b6cfd6238ab7bd648fae6f6e1ed2b013 Mon Sep 17 00:00:00 2001 From: Mika <6186720+NyanKiyoshi@users.noreply.github.com> Date: Fri, 4 Nov 2022 11:23:07 +0100 Subject: [PATCH] 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. --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e5ffe1bcb..e548299f1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 \ No newline at end of file +.github/workflows/notify/* @saleor/cloud