From 82cd7207176e9b3b5157c35a90d962b73d394fbd Mon Sep 17 00:00:00 2001 From: Eastman Date: Thu, 5 Oct 2023 18:16:11 +0300 Subject: [PATCH] Temporarily unblock generation #2 --- .github/policies/msgraph-metadata-branch-protection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.