From 6789e675814983cbd413dc045c11a7c7a176042c Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 6 Aug 2021 10:52:12 -0600 Subject: chore: remove non-custom rules from sync-repo-settings (#241) See https://github.com/googleapis/repo-automation-bots/blob/63c858e539e1f4d9bb8ea66e12f9c0a0de5fef55/packages/sync-repo-settings/src/required-checks.json#L40-L50 for defaults. --- .github/sync-repo-settings.yaml | 9 --------- 1 file changed, 9 deletions(-) (limited to '.github') diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 4a559ea..e621885 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -1,12 +1,3 @@ -rebaseMergeAllowed: true -squashMergeAllowed: true -mergeCommitAllowed: false -branchProtectionRules: -- pattern: master - isAdminEnforced: true - requiredApprovingReviewCount: 1 - requiresCodeOwnerReviews: true - requiresStrictStatusChecks: true permissionRules: - team: actools-python permission: admin -- cgit v1.2.3