fix: 包装器拷出即删——checkout 拒绝工作区外路径(v1.5.7 回退修正,.github #94) - #45
Conversation
|
Warning Review limit reached
Next review available in: 21 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 QodoFix GitHub Actions checkout path: copy wrapper to RUNNER_TEMP then cleanup
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 tweak Display preferences with a live preview to see your comment before it ships |
v1.5.7 的
path: ${{ runner.temp }}/...被 checkout v7 拒绝(Repository path not under workspace)。改为工作区内检出 → 拷 flaky-retry.sh 到 RUNNER_TEMP → 删除检出目录 → 跑包装器。同时保住 template-service 的 prettier 不扫到外来文件。C1:.github/,ADR-0043 域。