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.
This commit is contained in:
Michael Zalimeni 2024-05-24 13:52:38 -04:00 committed by GitHub
parent cf1c030043
commit d2b107ffe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -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: |