Skip to content

Commit

Permalink
chore: protect v3.x.x branch (#816)
Browse files Browse the repository at this point in the history
* chore: protect v3.x.x branch

In preparation for breaking changes.

* force pattern to be a string

* simplify branch name
  • Loading branch information
tswast committed Jul 27, 2021
1 parent c293e3c commit 3b70891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/sync-repo-settings.yaml
Expand Up @@ -3,7 +3,7 @@
branchProtectionRules:
# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `master`
- pattern: master
- pattern: '{master,v3}'
requiredStatusCheckContexts:
- 'Kokoro'
- 'Kokoro snippets-3.8'
Expand Down

0 comments on commit 3b70891

Please sign in to comment.