Skip to content

Commit

Permalink
feat: add bp (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Aug 29, 2023
1 parent 74e74b7 commit 6af9958
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/policies/branchprotection.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: avm_required
description: AVM minimum required branch protection policy
resource: repository
where:
configuration:
branchProtectionRules:
- branchNamePattern: "~default~"
requiresPullRequestBeforeMerging: true
requiredApprovingReviewsCount: 0
isAdminEnforced: true
allowsForcePushes: false
allowsDeletions: false
requiresLinearHistory: true

0 comments on commit 6af9958

Please sign in to comment.