Skip to content

Commit

Permalink
Update msgraph-metadata-branch-protection.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MIchaelMainer authored Oct 5, 2023
1 parent 5b28541 commit ad15a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/policies/msgraph-metadata-branch-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ configuration:
# Specifies whether forced pushes are allowed on this branch. boolean
allowsForcePushes: false
# Specifies whether new commits pushed to the matching branches dismiss pull request review approvals. boolean
dismissStaleReviews: true
dismissStaleReviews: false
# Specifies whether admins can overwrite branch protection. boolean
isAdminEnforced: false
# Indicates whether "Require a pull request before merging" is enabled. boolean
requiresPullRequestBeforeMerging: false
# Specifies the number of pull request reviews before merging. int (0-6). Should be null/empty if PRs are not required
requiredApprovingReviewsCount: 0
# Require review from Code Owners. Requires requiredApprovingReviewsCount. boolean
requireCodeOwnersReview: true
requireCodeOwnersReview: false
# Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines.
requiresCommitSignatures: false
# Are conversations required to be resolved before merging? boolean
Expand Down

0 comments on commit ad15a09

Please sign in to comment.