From f79b35c5e4a18ab0930b10fe7455ef50cea0a197 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 23 Dec 2020 12:46:35 -0700 Subject: [PATCH] chore: require samples checks (#94) --- .../.github/sync-repo-settings.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/google-cloud-texttospeech/.github/sync-repo-settings.yaml diff --git a/packages/google-cloud-texttospeech/.github/sync-repo-settings.yaml b/packages/google-cloud-texttospeech/.github/sync-repo-settings.yaml new file mode 100644 index 000000000000..af59935321a9 --- /dev/null +++ b/packages/google-cloud-texttospeech/.github/sync-repo-settings.yaml @@ -0,0 +1,13 @@ +# 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.6' + - 'Samples - Python 3.7' + - 'Samples - Python 3.8'