Skip to content

Commit

Permalink
added squash merge method to backport
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Sep 28, 2022
1 parent 168ccba commit 8f50af6
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 @@ -14,7 +14,7 @@ jobs:
container: hashicorpdev/backport-assistant:0.2.5
steps:
- name: Run Backport Assistant
run: backport-assistant backport -automerge
run: backport-assistant backport -automerge -merge-method=squash
env:
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+\\.x)"
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}"
Expand Down

0 comments on commit 8f50af6

Please sign in to comment.