Skip to content

Commit

Permalink
chore(ci): fix backport assistant not finding new branches (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough authored May 8, 2023
1 parent d7bf922 commit cb7fd51
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.0
container: hashicorpdev/backport-assistant:0.3.3
steps:
- name: Run Backport Assistant
run: backport-assistant backport -merge-method=squash -gh-automerge
Expand Down

0 comments on commit cb7fd51

Please sign in to comment.