backbot: drop conflict_resolution option

This commit is contained in:
Yonas Habteab 2026-01-21 14:03:34 +01:00
parent 4614b58092
commit 5cbcb0ff7b

View file

@ -49,7 +49,6 @@ jobs:
github_token: ${{ steps.backbot-token.outputs.token }} github_token: ${{ steps.backbot-token.outputs.token }}
copy_labels_pattern: '^(?!cla\/signed$).*' # copy all labels other than the cla/signed label copy_labels_pattern: '^(?!cla\/signed$).*' # copy all labels other than the cla/signed label
label_pattern: 'backport-to-(support\/\d+\.\d+)' # regex to match labels like backport-to-support/2.14 label_pattern: 'backport-to-(support\/\d+\.\d+)' # regex to match labels like backport-to-support/2.14
conflict_resolution: 'draft_commit_conflicts' # create a draft PR if there are conflicts
merge_commits: skip # skip merge commits found in the original PR history merge_commits: skip # skip merge commits found in the original PR history
pull_description: |- pull_description: |-
Backport of #${pull_number} to `${target_branch}`, triggered by a label. Backport of #${pull_number} to `${target_branch}`, triggered by a label.