Skip to content

Commit

Permalink
chore: require samples checks (#409)
Browse files Browse the repository at this point in the history
Make samples kokoro sessions required
  • Loading branch information
busunkim96 committed Dec 4, 2020
1 parent 04510a7 commit 985a8cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/sync-repo-settings.yaml
@@ -0,0 +1,14 @@
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/sync-repo-settings
# Rules for master branch protection
branchProtectionRules:
# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `master`
- pattern: master
requiredStatusCheckContexts:
- 'Kokoro'
- 'Kokoro snippets-3.8'
- 'cla/google'
- 'Samples - Lint'
- 'Samples - Python 3.6'
- 'Samples - Python 3.7'
- 'Samples - Python 3.8'

0 comments on commit 985a8cf

Please sign in to comment.