[Review] Add release PR review source rules - #79739
Open
liuhao2638 wants to merge 1 commit into
Open
Conversation
Paddle-Bot
suggested changes
Sep 3, 2026
Contributor
There was a problem hiding this comment.
Paddle-Bot Review Board (review完成)
| 序号 | 位置 | 优先级 | 规则来源 | 状态 |
|---|---|---|---|---|
| 1 | Release 对应 source 快照 | 仓库规则:Release 分支评审 | ✅ |
Powered by Nyanpasu with gpt-5.6-sol 默认推理级别, please check the suggestions carefully.
| ## Release 分支评审 | ||
|
|
||
| - 当 PR 的目标分支 `base_ref` 为 `release` 或匹配 `release/*` 时,适用本节;源分支名称不触发此规则。 | ||
| - 不对该 release PR 的 diff 进行完整评审。必须在同一仓库定位唯一对应、目标分支为 `develop` 的 PR,并仅评审该 develop PR 的 diff。 |
Contributor
There was a problem hiding this comment.
:当前规则要求评审对应 develop PR 的“当前 diff”,但 release cherry-pick 可能只包含该 PR 的历史提交,且冲突解决后的 release 代码也可能不同。实际 release PR #79731 关联 develop PR #79716,develop PR 当前已有第 5 个提交,而 release PR 只包含前 4 个 cherry-pick;按本条会把未发布改动纳入评审并遗漏 release 特有差异。请在规则中要求记录并校验对应的 source head/提交集合或补丁等价性,只评审与 release 实际内容一致的快照;若不一致应暂停并要求作者补充。
liuhao2638
force-pushed
the
codex/release-pr-review-source-develop
branch
from
September 3, 2026 13:16
f131bc4 to
dca58e4
Compare
Paddle-Bot
approved these changes
Sep 3, 2026
Contributor
Failed CI看板
日志分析报告失败的测试 case: 根本原因分析:
修复建议:
Powered by Nyanpasu with gpt-5.6-luna 默认推理级别, please check the suggestions carefully. |
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.
PR Category
Execute Infrastructure
PR Types
Devs
Description
为目标分支为
release或release/*的 PR 增加基础评审规则:developPR,并将其 diff 与当前 release PR 的 diff 逐项比较。是否引起精度变化
否