Skip to content

Commit

Permalink
ci: update backport assistant to 0.3.4 (#2365)
Browse files Browse the repository at this point in the history
This brings consul-k8s in line with consul.
Most importantly, the backport assistant was updated to automatically assign created PRs to the author of the PR that is being backported.
  • Loading branch information
nathancoleman authored Jun 13, 2023
1 parent f2c166f commit 80b1f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
backport:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
container: hashicorpdev/backport-assistant:0.3.3
container: hashicorpdev/backport-assistant:0.3.4
steps:
- name: Run Backport Assistant
run: backport-assistant backport -merge-method=squash -gh-automerge
Expand Down

0 comments on commit 80b1f52

Please sign in to comment.