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