Skip to content

Commit

Permalink
reverted addition of squash to backport assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Sep 29, 2022
1 parent 9482c52 commit 0f9f738
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 -merge-method=squash
run: backport-assistant backport -automerge
env:
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+\\.x)"
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}"
Expand Down

0 comments on commit 0f9f738

Please sign in to comment.