Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit f133fd2

Browse files
authored
chore: require CODEOWNER review and up to date branches (#224)
These two lines bring the rules on this repo in line with the defaults: https://github.com/googleapis/repo-automation-bots/blob/63c858e539e1f4d9bb8ea66e12f9c0a0de5fef55/packages/sync-repo-settings/src/required-checks.json#L40-L50
1 parent becacf6 commit f133fd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ branchProtectionRules:
44
# Identifies the protection rule pattern. Name of the branch to be protected.
55
# Defaults to `master`
66
- pattern: master
7+
requiresCodeOwnerReviews: true
8+
requiresStrictStatusChecks: true
79
requiredStatusCheckContexts:
810
- 'Kokoro'
911
- 'cla/google'

0 commit comments

Comments
 (0)