We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3c0c4 commit c00edd4Copy full SHA for c00edd4
.github/policies/branch-protection.yml
@@ -0,0 +1,8 @@
1
+name: SDL
2
+description: Requires one reviewer for merges into main branch
3
+resource: repository
4
+where:
5
+configuration:
6
+ branchProtectionRules:
7
+ - branchNamePattern: "main"
8
+ requiredApprovingReviewsCount: 1
0 commit comments