From fda43045788482e3463c44e7a5a5722c23b1e761 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 8 Feb 2022 20:26:00 -0500 Subject: [PATCH] chore: remove custom sync-repo-settings --- .github/sync-repo-settings.yaml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/sync-repo-settings.yaml diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml deleted file mode 100644 index ebe13aa..0000000 --- a/.github/sync-repo-settings.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings -# Rules for main branch protection -branchProtectionRules: -# Identifies the protection rule pattern. Name of the branch to be protected. -# Defaults to `main` -- pattern: main - requiresCodeOwnerReviews: true - requiresStrictStatusChecks: true - requiredStatusCheckContexts: - - 'cla/google' - - 'OwlBot Post Processor' - - 'docs' - - 'docfx' - - 'lint' - - 'unit (3.6)' - - 'unit (3.7)' - - 'unit (3.8)' - - 'unit (3.9)' - - 'unit (3.10)' - - 'cover' -permissionRules: - - team: actools-python - permission: admin - - team: actools - permission: admin - - team: yoshi-python - permission: push - - team: python-samples-owners - permission: push - - team: python-samples-reviewers - permission: push