vllm-backport-classify¶
Classify bugfix PRs by type (runtime_bug, platform_specific, unclear, not_bugfix) and filter by file existence at a release tag. Applies deterministic regex rules, checks which files existed at the target tag, detects subsystems, and filters PRs touching only post-release or non-runtime code. PRs classified as "unclear" require agent review.
Plugin: odh-ai-helpers | User-invocable
Diagram¶
Arguments¶
/vllm-backport-classify [--input] [--repo] [--tag] [--output]
| Argument | Required | Default | Description |
|---|---|---|---|
--input |
- | Path to raw-prs.json from fetch-prs step | |
--repo |
- | Path to local vllm repository clone | |
--tag |
- | Release tag to check file existence against (e.g., v0.13.0) | |
--output |
- | Output path for filtered.json |
Usage¶
/vllm-backport-classify --input artifacts/raw-prs.json --repo /path/to/vllm --tag v0.13.0 --output artifacts/filtered.json