Skip to content

Commit 5bc861b

Browse files
authored
Fix experimental backport setting (#13)
1 parent 4de7b9b commit 5bc861b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/backport.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@ jobs:
4141
Backport `${target_branch}`: ${pull_title}
4242
pull_description: |-
4343
Backport of #${pull_number} to `${target_branch}`.
44-
conflict_resolution: draft_commit_conflicts
44+
experimental: |-
45+
{
46+
"conflict_resolution": "draft_commit_conflicts"
47+
}
48+

0 commit comments

Comments
 (0)