Skip to content

Commit f3b6bba

Browse files
chore: udpated backport workflow to pick merge commit (#838)
Co-authored-by: github-team-consul-core <[email protected]>
1 parent 23ddff6 commit f3b6bba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/backport-assistant.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
backport:
1717
if: github.event.pull_request.merged
1818
runs-on: ubuntu-latest
19-
container: hashicorpdev/backport-assistant:0.3.5
19+
container: hashicorpdev/backport-assistant:v0.5.8
2020
steps:
2121
- name: Run Backport Assistant for release branches
2222
run: |
@@ -25,3 +25,5 @@ jobs:
2525
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+)"
2626
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}.x"
2727
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
28+
BACKPORT_MERGE_COMMIT: true
29+
ENABLE_VERSION_MANIFESTS: true

0 commit comments

Comments
 (0)