Skip to content

Commit 3ce5dcf

Browse files
authored
fix(ci): preserve DCO signatures in backports (#2015)
Signed-off-by: Erez Freiberger <enoodle@gmail.com>
1 parent c39a44d commit 3ce5dcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/backport.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
github_token: ${{ secrets.KAIBOT_TOKEN }}
2323
pull_title: "${pull_title}"
24+
cherry_picking: pull_request_head
2425
# Backports carry the original PR's changie fragment (a new file, so no conflict).
2526
# Propagate changelog-exemption labels so exempt PRs still pass validate-changelog.
2627
copy_labels_pattern: "skip-changelog|dependencies"

0 commit comments

Comments
 (0)