From 0fdf7f0753b25c87e954c9ded474a68430e0677d Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Fri, 18 Aug 2023 14:00:22 +0100 Subject: [PATCH] Automatically label lockfile pull requests for benchmarking. --- .github/workflows/refresh-lockfiles.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/refresh-lockfiles.yml b/.github/workflows/refresh-lockfiles.yml index 4e2a02f..2191521 100644 --- a/.github/workflows/refresh-lockfiles.yml +++ b/.github/workflows/refresh-lockfiles.yml @@ -100,6 +100,7 @@ jobs: labels: | New: Pull Request Bot + benchmark_this - name: Check Pull Request if: steps.cpr.outputs.pull-request-number != ''