π Instructions
- Enter GitHub repository information and the PR number to track
- π― Original Commit Detection: Detect original merge commits on main branch
- π Dual PR Pattern: Detect commit messages with dual PR numbers, e.g.
(#22243) (#22273)
- π Issue-Linked Pattern: Auto-discover related PRs through cherry-pick issues, supports
close #22430 patterns
- π Traditional Detection: Detect traditional cherry-pick commits containing "cherry picked from"
- β‘ Smart Optimization: Detect version continuity, only skip checks when gaps are confirmed to avoid false positives
π‘ New Feature: Now supports detecting cherry-pick PRs linked through issues, automatically finding related issues like "cherry-pick ... to branch release-x.y" and their corresponding PRs.
β οΈ Disclaimer: This tool may miss cherry-pick commits that don't follow standard formats or naming conventions. Results should be verified manually for critical decisions.