From 55b0a55212dd5f1de3d5fd72594a40b0b3aa1aa0 Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Wed, 30 Mar 2022 16:22:19 -0700 Subject: [PATCH] chore(python): Enable size-label bot (#1383) * chore: Enable Size-Label bot in all googleapis Python repositories Auto-label T-shirt size indicator should be assigned on every new pull request in all googleapis Python repositories * Remove product Remove product since it is by default true Co-authored-by: Anthonios Partheniou --- auto-label.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 auto-label.yaml diff --git a/auto-label.yaml b/auto-label.yaml new file mode 100644 index 000000000..09c8d735b --- /dev/null +++ b/auto-label.yaml @@ -0,0 +1,2 @@ +requestsize: + enabled: true