Skip to content

Commit

Permalink
chore: require CODEOWNER review and up to date branches (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Aug 2, 2021
1 parent c8cddd0 commit 41148bc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ 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'
- 'Samples - Python 3.8'

0 comments on commit 41148bc

Please sign in to comment.