We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ddff6 commit f3b6bbaCopy full SHA for f3b6bba
.github/workflows/backport-assistant.yml
@@ -16,7 +16,7 @@ jobs:
16
backport:
17
if: github.event.pull_request.merged
18
runs-on: ubuntu-latest
19
- container: hashicorpdev/backport-assistant:0.3.5
+ container: hashicorpdev/backport-assistant:v0.5.8
20
steps:
21
- name: Run Backport Assistant for release branches
22
run: |
@@ -25,3 +25,5 @@ jobs:
25
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+)"
26
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}.x"
27
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
28
+ BACKPORT_MERGE_COMMIT: true
29
+ ENABLE_VERSION_MANIFESTS: true
0 commit comments