From 5cf2e42f32c225acc7d2a20e1420bea167895267 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 10 Mar 2022 05:27:57 -0500 Subject: [PATCH] chore: add custom sync repo settings (#185) --- .../.github/sync-repo-settings.yaml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 packages/google-cloud-retail/.github/sync-repo-settings.yaml diff --git a/packages/google-cloud-retail/.github/sync-repo-settings.yaml b/packages/google-cloud-retail/.github/sync-repo-settings.yaml new file mode 100644 index 000000000000..365ed69a1cf7 --- /dev/null +++ b/packages/google-cloud-retail/.github/sync-repo-settings.yaml @@ -0,0 +1,36 @@ +# 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: + - 'docs' + - 'docfx' + - 'lint' + - 'unit (3.6)' + - 'unit (3.7)' + - 'unit (3.8)' + - 'unit (3.9)' + - 'unit (3.10)' + - 'cover' + - 'cla/google' + - 'OwlBot Post Processor' + - 'Samples - Lint' + - 'Samples - Python 3.7' + - 'Samples - Python 3.8' + - 'Samples - Python 3.9' + - 'Samples - Python 3.10' +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