File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,11 @@ jobs:
4747 uses : korthout/backport-action@c656f5d5851037b2b38fb5db2691a03fa229e3b2 # v4.0.1
4848 with :
4949 github_token : ${{ steps.backbot-token.outputs.token }}
50- copy_labels_pattern : ' ^(?!cla- signed$).*' # copy all labels other than the cla- signed label
50+ copy_labels_pattern : ' ^(?!cla\/ signed$).*' # copy all labels other than the cla/ signed label
5151 label_pattern : ' backport-to-(support\/\d+\.\d+)' # regex to match labels like backport-to-support/2.14
52- conflict_resolution : ' draft_commit_conflicts' # create a draft PR if there are conflicts
53- copy_requested_reviewers : true # copy requested reviewers from the original PR
5452 merge_commits : skip # skip merge commits found in the original PR history
5553 pull_description : |-
5654 Backport of #${pull_number} to `${target_branch}`, triggered by a label.
57-
55+
5856 ---
5957 This is an automated backport PR. Please review it carefully before merging.
You can’t perform that action at this time.
0 commit comments