ci(pr-agent): 改软阻断——合并前必须等 review 产出(端点挂了不卡死)#392
Merged
Conversation
owner 令:非阻塞被当成『不用看』,review 成摆设(#390 带 review 就合、没人读)。 改成软阻断:pr_agent 作为 main 分支保护的 required check,合并前必须等它跑完—— 端点通→review 已贴 PR、合并者一定看得到;端点挂→无评论但 job 照样绿(continue-on-error + 末尾 exit 0),绝不卡死所有 PR。超时收到 8 分钟。配套『合并前先读 review』纪律。
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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.
owner 令:非阻塞 review 被当成『不用看』就成了摆设(#390 带 review 就合、没人读)。
软阻断:pr_agent 设为 main 分支保护的 required check——合并前必须等它跑完:
配套纪律:合并前先读 pr-agent/CodeRabbit 的 review、处理真问题再合。
🤖 owner 拍板软阻断 + 开分支保护(不误伤快速流)。