fix(github): stop signoff-blocked update retries - #159
Conversation
Please review exact head @coderabbitai review |
Correction: the exact current head is @coderabbitai review |
|
🧠 Learnings used✅ Action performedReview finished.
|
|
🐇
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review. 📜 Recent review details🧰 Additional context used📓 Path-based instructions (5)AGENTS.md📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/AGENTS.md📄 CodeRabbit inference engine (GEMINI.md)
Files:
tests/*.sh📄 CodeRabbit inference engine (AGENTS.md)
Files:
deploy/**/*.{yaml,yml}📄 CodeRabbit inference engine (AGENTS.md)
Files:
deploy/repositories/*.yaml📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (2)📚 Learning: 2026-08-06T20:18:26.789ZApplied to files:
📚 Learning: 2026-07-27T11:40:06.755ZApplied to files:
🔇 Additional comments (3)
📝 WalkthroughWalkthroughThe 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
Ready at exact head |
Production proof: merged as |
Terminal alert proof: the scheduled 18:30 UTC |
Root cause
platform-tenant-templateretains a failed asynchronous Repository update. provider-upjet-github v0.19.1 embeds terraform-provider-github v6.6.0, which sendsweb_commit_signoff_requiredon every Repository PATCH; GitHub rejects that field while organization-level signoff is enforced. Matching the live value advanced the CR generation but did not cancel the provider retry loop.Fix
Observe/Createwhile the provider compatibility boundary is activehasProjects: falsedeclarationUpdateboundary in the rendered policy test and consumer documentationProof
Create,Observe,Updatekubectl kustomize deploy