Skip to content

Commit

Permalink
test: set conflict_resolution draft_commit_conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed May 10, 2024
1 parent 79f45a6 commit d8b8742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backport-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
copy_requested_reviewers: true
experimental: >
{
"detect_merge_method": true
"detect_merge_method": true,
"conflict_resolution": "draft_commit_conflicts"
}
- name: Print was_successful output
run: echo "${{ steps.backport.outputs.was_successful }}"
Expand Down

0 comments on commit d8b8742

Please sign in to comment.