diff --git a/.pallet/gitconfig.yaml b/.pallet/gitconfig.yaml index dc9d23c..71fa12d 100644 --- a/.pallet/gitconfig.yaml +++ b/.pallet/gitconfig.yaml @@ -8,14 +8,15 @@ spec: branches: default: main protection: - - id: main - pattern: main - requireSignedCommits: false - requiredStatusChecks: - checks: - - "build" - requiredPullRequestReviews: - requireCodeOwnerReviews: true + - id: main + pattern: main + requireSignedCommits: false + requiredStatusChecks: + checks: + - "build" + - 'policy-bot: main' + requiredPullRequestReviews: + requireCodeOwnerReviews: false actions: enableReusableWorkflowsForOrganizationAccess: true visibility: public diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 8424da6..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -* @coopnorge/engineering - -/CODEOWNERS @coopnorge/cloud-security