aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDov Shlachter <dovs@google.com>2020-10-22 17:31:12 -0700
committerGitHub <noreply@github.com>2020-10-22 18:31:12 -0600
commit85e14e3f3a6b3e3c3ae9626daf60183f4c05fb6a (patch)
treea47fc4935122e2bc924dfbffc4aa18bb2234d6f2
parent3e98cf5cb0d49dba3e4d7948c9264b775f092075 (diff)
downloadpython-api-core-85e14e3f3a6b3e3c3ae9626daf60183f4c05fb6a.tar.gz
chore: add a sync-repo-settings file (#98)
-rw-r--r--.github/sync-repo-settings.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml
new file mode 100644
index 0000000..4a559ea
--- /dev/null
+++ b/.github/sync-repo-settings.yaml
@@ -0,0 +1,16 @@
+rebaseMergeAllowed: true
+squashMergeAllowed: true
+mergeCommitAllowed: false
+branchProtectionRules:
+- pattern: master
+ isAdminEnforced: true
+ requiredApprovingReviewCount: 1
+ requiresCodeOwnerReviews: true
+ requiresStrictStatusChecks: true
+permissionRules:
+ - team: actools-python
+ permission: admin
+ - team: actools
+ permission: admin
+ - team: yoshi-python
+ permission: push