Skip to content

Commit 985a8cf

Browse files
authored
chore: require samples checks (#409)
Make samples kokoro sessions required
1 parent 04510a7 commit 985a8cf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/sync-repo-settings.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/sync-repo-settings
2+
# Rules for master branch protection
3+
branchProtectionRules:
4+
# Identifies the protection rule pattern. Name of the branch to be protected.
5+
# Defaults to `master`
6+
- pattern: master
7+
requiredStatusCheckContexts:
8+
- 'Kokoro'
9+
- 'Kokoro snippets-3.8'
10+
- 'cla/google'
11+
- 'Samples - Lint'
12+
- 'Samples - Python 3.6'
13+
- 'Samples - Python 3.7'
14+
- 'Samples - Python 3.8'

0 commit comments

Comments
 (0)