Skip to content

Commit

Permalink
chore: add custom sync repo settings (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Mar 10, 2022
1 parent 4f10471 commit 5cf2e42
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/google-cloud-retail/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5cf2e42

Please sign in to comment.