sglang-cherrypick
Installation
SKILL.md
SGLang Cherry-Pick
Trigger .github/workflows/bot-cherry-pick.yml for each PR in a list, then monitor the resulting workflow runs and report per-PR success/failure with links to the created cherry-pick PRs (or the failure reason).
Slash Command
/sglang-cherrypick <target_branch> <pr1> [pr2 pr3 ...]
Examples:
/sglang-cherrypick release/v0.5.7 25956 25958 25987/sglang-cherrypick release/v0.5.7 25956,25958,25987(comma-separated also accepted)
Arguments
target_branch(required): Release branch in the formrelease/vX.Yorrelease/vX.Y.Z. Must already exist onorigin(i.e.,sgl-project/sglang).pr_numbers(required, one or more): Merged PR numbers to cherry-pick. Each must be a positive integer.