From b575ef00aecef63113e1f95fe70b849fdd27e53d Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 2 Aug 2021 19:20:24 -0600 Subject: [PATCH] chore: require CODEOWNER review and up to date branches (#212) 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 --- packages/google-cloud-vision/.github/sync-repo-settings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/google-cloud-vision/.github/sync-repo-settings.yaml b/packages/google-cloud-vision/.github/sync-repo-settings.yaml index af59935321a9..0ddb512dbab7 100644 --- a/packages/google-cloud-vision/.github/sync-repo-settings.yaml +++ b/packages/google-cloud-vision/.github/sync-repo-settings.yaml @@ -4,6 +4,8 @@ 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'