ci: validate.yml 增 merge_group 触发(P2-7,ADR-0042) - #60
Conversation
|
Warning Review limit reached
Next review available in: 13 minutes Limit details: You’ve used all 10 included reviews currently available. Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Comment |
PR Summary by QodoEnable merge queue validation for the required gate check
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can copy the agent prompt from any finding and feed it to your IDE agent |
摘要
P2-7(.github#92,ADR-0042):merge queue 的硬性前提——required check workflow 必须订阅
merge_group,否则队列中 check 永不上报、合并直接失败。本仓入列首批队列仓(merge-queue ruleset,.github PR #117)。非 PR 事件走 main 面校验(validate/simulate/meta-validate);PR 专属步骤(stddiff/adr-required)按既有 if 跳过——ADR 引用已在入队前 PR 面执法。
验证