Skip to content

Commit

Permalink
chore: require samples checks (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Dec 23, 2020
1 parent 17d2536 commit 8bfae5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/google-cloud-trace/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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'
- 'cla/google'
- 'Samples - Lint'
- 'Samples - Python 3.6'
- 'Samples - Python 3.7'
- 'Samples - Python 3.8'

0 comments on commit 8bfae5a

Please sign in to comment.