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 form release/vX.Y or release/vX.Y.Z. Must already exist on origin (i.e., sgl-project/sglang).
  • pr_numbers (required, one or more): Merged PR numbers to cherry-pick. Each must be a positive integer.

Repository

Installs
8
GitHub Stars
35.7K
First Seen
Jul 2, 2026
sglang-cherrypick — sgl-project/sglang