From 921c4193b6dd2b37af2487072117c7586bbc37c3 Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+Kristof-Mattei@users.noreply.github.com> Date: Tue, 20 Sep 2022 11:31:53 -0700 Subject: [PATCH] fix: don't require reviews --- .github/sync-repo-settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 293c3336..e1d2cde6 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -27,7 +27,7 @@ branchProtectionRules: isAdminEnforced: true # Number of approving reviews required to update matching branches. # Defaults to `1` - requiredApprovingReviewCount: 1 + requiredApprovingReviewCount: 0 # Are reviews from code owners required to update matching branches. # Defaults to `false` requiresCodeOwnerReviews: true