fix: org-gate hygiene 重复 uses 键(required workflow 启动失败根因) - #24
Conversation
…验通过(P3-1,ADR-0046)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 2 remain after this review. 📝 WalkthroughWalkthrough本次变更移除 Changeshygiene 工作流修正
Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 1 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (1 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
PR Summary by QodoRemove duplicate uses key from org-gate hygiene job
AI Description
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 |
ADR-0046 配套修复(P3-1,.github#95)。
探针实证(Script_Writer run 32345359860):required workflow 机制端到端可用——启动失败注解直接指向中心仓文件(审判源=中心仓 main 的直接证据)。根因:#23 插入 job 守卫时 hygiene job 产生重复
uses:键(PyYAML 容忍重复键故常规校验未拦;Actions 引擎拒绝)。修复并以严格重复键语义校验通过。副产物教训:建议本仓自测补 actionlint(可后续)。