From d312d0461bf74e02b80b6bc285c72551af12bbb5 Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Mon, 13 May 2024 14:01:16 -0400 Subject: [PATCH] ci: temporarily re-enable retired CE backport labels (#21094) To ease migration during this week's patch releases, temporarily use the more permissive version of BPA to allow old + new backport labels to be used simultaneously. --- .github/workflows/backport-assistant.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backport-assistant.yml b/.github/workflows/backport-assistant.yml index 27d83e94f5..39a95c9a04 100644 --- a/.github/workflows/backport-assistant.yml +++ b/.github/workflows/backport-assistant.yml @@ -19,7 +19,10 @@ jobs: backport: if: github.event.pull_request.merged runs-on: ubuntu-latest - container: hashicorpdev/backport-assistant:0.4.1 + # Temporarily use 0.4.0 to enable old + new label functionality prior + # to this fix in BPA that excludes CE labels: https://github.com/hashicorp/backport-assistant/pull/84 + # After the Consul May patches, this can be removed and the version updated to latest. + container: hashicorpdev/backport-assistant:0.4.0 steps: - name: Run Backport Assistant for release branches run: |