diff --git a/.github/policies/branch-protection.yml b/.github/policies/branch-protection.yml new file mode 100644 index 0000000..05541df --- /dev/null +++ b/.github/policies/branch-protection.yml @@ -0,0 +1,8 @@ +name: SDL +description: Requires one reviewer for merges into main branch +resource: repository +where: +configuration: + branchProtectionRules: + - branchNamePattern: "main" + requiredApprovingReviewsCount: 1