Skip to content

Commit 41148bc

Browse files
authored
chore: require CODEOWNER review and up to date branches (#356)
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 c8cddd0 commit 41148bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/google-cloud-dialogflow/.github/sync-repo-settings.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ 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'
1012
- 'Samples - Lint'
1113
- 'Samples - Python 3.6'
1214
- 'Samples - Python 3.7'
13-
- 'Samples - Python 3.8'
15+
- 'Samples - Python 3.8'

0 commit comments

Comments
 (0)