Skip to content

Commit

Permalink
chore: add custom sync repo settings (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Feb 17, 2022
1 parent 1973b5d commit 5675e47
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/grafeas/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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'
- 'Kokoro'
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

0 comments on commit 5675e47

Please sign in to comment.