Skip to content

Commit

Permalink
ci: update BPA to disable inactive CE backports (#21214)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zalimeni authored May 24, 2024
1 parent cf1c030 commit d2b107f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/backport-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d2b107f

Please sign in to comment.