From d2b107ffe56afe797d5aebcd85e7cd02c00b162b Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Fri, 24 May 2024 13:52:38 -0400 Subject: [PATCH] ci: update BPA to disable inactive CE backports (#21214) Follow-up to #21094, which temporarily downgraded BPA to allow for old CE backport labels to be used during Consul's most recent patch release. Upgrading fully enforces the version manifest and prevents accidental backports to no-longer-active CE versions. --- .github/workflows/backport-assistant.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/backport-assistant.yml b/.github/workflows/backport-assistant.yml index 39a95c9a04..27d83e94f5 100644 --- a/.github/workflows/backport-assistant.yml +++ b/.github/workflows/backport-assistant.yml @@ -19,10 +19,7 @@ jobs: backport: if: github.event.pull_request.merged runs-on: ubuntu-latest - # 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 + container: hashicorpdev/backport-assistant:0.4.1 steps: - name: Run Backport Assistant for release branches run: |