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 c5c3248 commit d0821a2Copy full SHA for d0821a2
.github/workflows/backport-assistant.yml
@@ -24,8 +24,4 @@ jobs:
24
env:
25
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+)"
26
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}.x"
27
- # This forces the backport assistant to backport the merged commit
28
- # instead of each commit individually. The environment variable
29
- # just needs to exist for this to happen.
30
- BACKPORT_MERGE_COMMIT: true
31
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
0 commit comments