WordPress/gutenberg

Original PRs may not be tagged properly when a manual cherry-pick is performed.

開放

#76,579 建立於 2026年3月17日

 (7 則留言) (0 個反應) (2 位負責人)JavaScript (3,893 個分叉)batch import
Good First Issue[Status] In Progress[Type] Build Tooling[Type] Enhancement

倉庫指標

星標
 (9,607 顆星)
PR 合併指標
 (平均合併 12天 18小時) (30 天內合併 509 個 PR)

描述

What problem does this address?

When the automatic cherry-pick workflow fails for a given pull request, it can be easy to forget to add the Backported to label on the original PR once the one manually performing a git cherry-pick is performed. This can be problematic because the change may be left out of certain lists generated programatically.

What is your proposed solution?

It would be great if a manual cherry-pick command could be detected automatically when a pull request is merged to a wp/* or release/* branch and the original PR is labelled appropriately.

This may require a specific sentence to be included in the PR itself. It seems that closed PRs cannot be linked, but this would also work if possible.

貢獻者指南