From 8f1bbb41c072ca4e108203c78e141d5caf9e49ad Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Wed, 30 Mar 2022 14:56:52 -0700 Subject: [PATCH] chore: Enable Size-Label bot in all googleapis Python notebook testing (#1384) * chore: Enable Size-Label bot in all googleapis Python notebook testing repositories Auto-label T-shirt size indicator should be assigned on every new pull request in all googleapis Python notebook testing repositories * Remove product Remove product since it is by default true --- .../python_notebooks_testing_pipeline/.github/auto-label.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/auto-label.yaml diff --git a/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/auto-label.yaml b/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/auto-label.yaml new file mode 100644 index 000000000..09c8d735b --- /dev/null +++ b/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/auto-label.yaml @@ -0,0 +1,2 @@ +requestsize: + enabled: true