Skip to content

Commit 9b8d472

Browse files
busunkim96larkee
andauthored
chore: require samples checks (googleapis#179)
Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
1 parent 90effc4 commit 9b8d472

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/sync-repo-settings.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
- 'cla/google'
10+
- 'Samples - Lint'
11+
- 'Samples - Python 3.6'
12+
- 'Samples - Python 3.7'
13+
- 'Samples - Python 3.8'

0 commit comments

Comments
 (0)