We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de7b9b commit 5bc861bCopy full SHA for 5bc861b
1 file changed
.github/workflows/backport.yml
@@ -41,4 +41,8 @@ jobs:
41
Backport `${target_branch}`: ${pull_title}
42
pull_description: |-
43
Backport of #${pull_number} to `${target_branch}`.
44
- conflict_resolution: draft_commit_conflicts
+ experimental: |-
45
+ {
46
+ "conflict_resolution": "draft_commit_conflicts"
47
+ }
48
+
0 commit comments