Skip to content

Commit 4de7b9b

Browse files
authored
Enable feature to draft PR on backport conflict (#12)
1 parent 126a8d9 commit 4de7b9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/backport.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Create backport pull requests
35-
uses: korthout/backport-action@v4
35+
uses: korthout/backport-action@v4.0.1
3636
with:
3737
add_author_as_assignee: 'true'
3838
copy_assignees: 'true'
@@ -41,3 +41,4 @@ jobs:
4141
Backport `${target_branch}`: ${pull_title}
4242
pull_description: |-
4343
Backport of #${pull_number} to `${target_branch}`.
44+
conflict_resolution: draft_commit_conflicts

0 commit comments

Comments
 (0)