From 41148bc1956ebdc01a47344f8cbecbafeaf11446 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 2 Aug 2021 16:42:24 -0600 Subject: [PATCH] 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 --- .../google-cloud-dialogflow/.github/sync-repo-settings.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-dialogflow/.github/sync-repo-settings.yaml b/packages/google-cloud-dialogflow/.github/sync-repo-settings.yaml index 808cf3c7643f..a5874225a2d8 100644 --- a/packages/google-cloud-dialogflow/.github/sync-repo-settings.yaml +++ b/packages/google-cloud-dialogflow/.github/sync-repo-settings.yaml @@ -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' \ No newline at end of file + - 'Samples - Python 3.8'