Skip to content

Commit 0207a63

Browse files
authored
ci: Configure backport to always draft a PR
1 parent 0a11dc1 commit 0207a63

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/backport.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,10 @@ jobs:
5151
5252
relates to ${issue_refs}
5353
original author: @${pull_author}
54+
55+
# Optional
56+
# Specifies how the action will handle a conflict occurring during the cherry-pick.
57+
# In all cases, the action will stop the cherry-pick at the first conflict encountered.
58+
# When set to draft_commit_conflicts the backport will always create a draft pull request
59+
# with the first conflict encountered committed.
60+
conflict_resolution: draft_commit_conflicts

0 commit comments

Comments
 (0)