diff --git a/.github/policies/msgraph-metadata-branch-protection.yml b/.github/policies/msgraph-metadata-branch-protection.yml index 6c57afcfb..f5cdd9475 100644 --- a/.github/policies/msgraph-metadata-branch-protection.yml +++ b/.github/policies/msgraph-metadata-branch-protection.yml @@ -24,7 +24,7 @@ configuration: # 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: 1 + requiredApprovingReviewsCount: 0 # Require review from Code Owners. Requires requiredApprovingReviewsCount. boolean requireCodeOwnersReview: true # Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines.