From f2c60083362e9c6c767577129f73086d2b35416e Mon Sep 17 00:00:00 2001 From: Don Naro Date: Mon, 22 Apr 2024 23:59:57 +0100 Subject: [PATCH] ci pip-compile-dev: add backport-2.17 label to PRs (#1310) --- .github/workflows/pip-compile-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip-compile-dev.yml b/.github/workflows/pip-compile-dev.yml index 9d356635931..c648cd9dcf9 100644 --- a/.github/workflows/pip-compile-dev.yml +++ b/.github/workflows/pip-compile-dev.yml @@ -40,5 +40,5 @@ jobs: 'pip-compile-3.10(static)' 'pip-compile-3.10(spelling)' reset-branch: "${{ inputs.reset-branch || false }}" - labels: "${{ inputs.labels || 'backport-2.14,backport-2.15,backport-2.16,tooling' }}" + labels: "${{ inputs.labels || 'backport-2.14,backport-2.15,backport-2.16,backport-2.17,tooling' }}" secrets: inherit