From c3baea5bece51ccfd470203c68e2109f4aa5f0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a=20=28Swast=29?= Date: Wed, 10 Apr 2024 10:40:50 -0500 Subject: [PATCH] chore: grant api-bigquery and api-bigquery-dataframe teams write access to repo (#7) --- .github/sync-repo-settings.yaml | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/sync-repo-settings.yaml diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml new file mode 100644 index 0000000..32ad861 --- /dev/null +++ b/.github/sync-repo-settings.yaml @@ -0,0 +1,42 @@ +# 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' + # TODO(tswast): enable once we have tests migrated from google-cloud-bigquery + # - 'lint' + # - 'docs' + # - 'unit (3.8)' + # - 'unit (3.9)' + # - 'unit (3.10)' + # - 'unit (3.11)' + # - 'unit (3.12)' + # - 'cover' + # - 'Kokoro' + # - 'Samples - Lint' + # - 'Samples - Python 3.8' + # - 'Samples - Python 3.9' + # - 'Samples - Python 3.10' + # - 'Samples - Python 3.11' + # - 'Samples - Python 3.12' +permissionRules: + - team: actools-python + permission: admin + - team: actools + permission: admin + - team: api-bigquery + permission: push + - team: api-bigquery-dataframe + permission: push + - team: yoshi-python + permission: push + - team: python-samples-owners + permission: push + - team: python-samples-reviewers + permission: push \ No newline at end of file