From bf9884997450ad860dce29d3171ebc9851dd3487 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 24 Sep 2020 12:47:02 -0700 Subject: [PATCH] chore: add repo settings config --- .github/sync-repo-settings.yaml | 16 ++++++++++++++++ 1 file changed, 16 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 000000000000..b82bbb99aa1e --- /dev/null +++ b/.github/sync-repo-settings.yaml @@ -0,0 +1,16 @@ +rebaseMergeAllowed: true +squashMergeAllowed: true +mergeCommitAllowed: false +branchProtectionRules: +- pattern: master + isAdminEnforced: true + requiredStatusCheckContexts: + - 'kokoro' + - 'conventionalcommits.org' + - 'cla/google' + requiredApprovingReviewCount: 1 + requiresCodeOwnerReviews: true + requiresStrictStatusChecks: true +permissionRules: + - team: actools + permission: admin