fix(ci): 恒报 fallback 锚定 repo root,修复 checkout 跳过时 cwd 缺失 - #1837
Conversation
|
Warning Review limit reached
Next review available in: 48 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: Cursor <cursor@vectorcontrol.tech>
d693fbf to
9a4c2ed
Compare
概要
#1829 恒报改造的回归修复:go-edge/go-hub 的 fallback 与 fail-closed step 继承了 job 级
working-directory: edge-server|hub-server,但当 path filter 跳过 checkout 时该目录不存在,bash 无法启动 → 纯前端 PR 的 required check 反而硬 fail。根因
run:无working-directory覆盖,继承 job defaultsif: go == 'true',fallback 场景下 repo 目录为空修复
4 个 step(go-edge/go-hub 各 fallback + fail-closed)显式
working-directory: .锚定 repo root。验证
verify-ci-gates.py自测通过