Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

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 2650e45 commit df5733d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/sync-repo-settings.yaml
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 df5733d

Please sign in to comment.