-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
957fc02
commit ae30a32
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
packages/google-cloud-compute/.github/sync-repo-settings.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 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 | ||
requiresCodeOwnerReviews: true | ||
requiresStrictStatusChecks: true | ||
requiredStatusCheckContexts: | ||
- 'Kokoro' | ||
- 'cla/google' | ||
- 'Samples - Lint' | ||
- 'Samples - Python 3.6' | ||
- 'Samples - Python 3.7' | ||
- 'Samples - Python 3.8' |