[Infra] Fix PR template missing a whitespace #67000
Merged
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.
PR Category
Environment Adaptation
PR Types
Bug fixes
Description
修复 #66905 修改的模板和检查脚本不一致导致默认情况下
CheckPRTemplate
总是失败的问题,模板里最右多删了一个空格,与检查脚本里删掉注释的模板不匹配,所以这段注释总是不能被删掉,就会出现如下错误(https://xly.bce.baidu.com/paddlepaddle/paddle/newipipe/detail/11253572/job/27101393):检测到的部分包含了没能删掉的注释
[<!-- one of [ user experience | execute infrastructure | operator mechanism | cinn | custom device | performance optimization | distributed strategy | parameter server | communication library | auto parallel | inference | environment adaptation] -->user experience.]
相关 PR 补充空格后通过
(其实这里的检查逻辑完全可以直接匹配所有注释并删掉的……)
PCard-66972