[Cherry-Pick][CI] Remove checklist validation from CheckPRTemplate.py(#7760)#7769
Merged
EmmonsCurse merged 1 commit intoMay 11, 2026
Conversation
5 tasks
|
Thanks for your contribution! |
Collaborator
Author
|
/skip-ci all |
ZhangYulongg
approved these changes
May 11, 2026
PaddlePaddle-bot
left a comment
There was a problem hiding this comment.
🤖 Paddle-CI-Agent | pr_review |
2026-05-11 14:48:28
📋 Review 摘要
PR 概述:从 scripts/CheckPRTemplate.py 中移除 Checklist 校验逻辑,简化 PR 模板验证流程
变更范围:scripts/CheckPRTemplate.py
影响面 Tag:CI
📝 PR 规范检查
PR 标题符合 Cherry-Pick 格式规范([Cherry-Pick][CI] ... (#7760));描述包含所有必填段落(Motivation / Modifications / Usage or Command / Accuracy Tests / Checklist),结构合规。
问题
未发现阻塞性问题。
总体评价
变更简洁清晰,移除了 Checklist 强制校验逻辑,代码删减干净,无残留引用,tips 提示文案同步更新。作为 cherry-pick 至 release/2.6 的 CI 脚本简化修改,整体质量良好,可以合入。
CI报告基于以下代码生成(30分钟更新一次): 1 任务总览所有 Required 任务均已通过(2 个通过,8 个跳过/旁路),仅 1 个 Optional 任务失败,不阻塞合并。
2 任务状态汇总2.1 Required任务 : 2/10 通过
2.2 可选任务 — 24/29 通过
3 失败详情(仅 required)无 required 失败任务。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of #7760 (authored by @EmmonsCurse) to
release/2.6.devPR:#7760
Motivation
The checklist validation in
scripts/CheckPRTemplate.pyintroduces unnecessary restrictions during PR submission and may block workflow efficiency for contributors.Since the checklist is mainly informational and does not impact CI correctness, enforcing it through automated validation is no longer necessary.
Modifications
scripts/CheckPRTemplate.py.Usage or Command
N/A
Accuracy Tests
N/A
Checklist
[FDConfig],[APIServer],[Engine],[Scheduler],[PD Disaggregation],[Executor],[Graph Optimization],[Speculative Decoding],[RL],[Models],[Quantization],[Loader],[OP],[KVCache],[DataProcessor],[BugFix],[Docs],[CI],[Optimization],[Feature],[Benchmark],[Others],[XPU],[HPU],[GCU],[DCU],[Iluvatar],[Metax]]pre-commitbefore commit.releasebranch, make sure the PR has been submitted to thedevelopbranch, then cherry-pick it to thereleasebranch with the[Cherry-Pick]PR tag.