diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 38129f5..eb99c75 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -6,3 +6,6 @@ # Identifies the protection rule pattern. Name of the branch to be protected. # Defaults to `master` - pattern: main + # Number of approving reviews required to update matching branches. + # Defaults to `1` + requiredApprovingReviewCount: 0