From e6acf3781fe52eaa59dad97ccddeecfbe90c60d5 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 1 Dec 2020 17:07:24 -0700 Subject: [PATCH] chore: require samples checks (#101) * chore: require samples checks * Update sync-repo-settings.yaml --- .github/sync-repo-settings.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/sync-repo-settings.yaml diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml new file mode 100644 index 0000000000..4930eaccc6 --- /dev/null +++ b/.github/sync-repo-settings.yaml @@ -0,0 +1,11 @@ +# https://github.com/googleapis/repo-automation-bots/tree/master/packages/sync-repo-settings +# Rules for master branch protection +branchProtectionRules: +# Identifies the protection rule pattern. Name of the branch to be protected. +# Defaults to `master` +- pattern: master + requiredStatusCheckContexts: + - 'Kokoro' + - 'cla/google' + - 'Samples - Lint' + - 'Samples - Python 3.7'