We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126a8d9 commit 4de7b9bCopy full SHA for 4de7b9b
1 file changed
.github/workflows/backport.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- uses: actions/checkout@v4
34
- name: Create backport pull requests
35
- uses: korthout/backport-action@v4
+ uses: korthout/backport-action@v4.0.1
36
with:
37
add_author_as_assignee: 'true'
38
copy_assignees: 'true'
@@ -41,3 +41,4 @@ jobs:
41
Backport `${target_branch}`: ${pull_title}
42
pull_description: |-
43
Backport of #${pull_number} to `${target_branch}`.
44
+ conflict_resolution: draft_commit_conflicts
0 commit comments