fix(ci): sign bot commits and auto-update specs on build failure#290
fix(ci): sign bot commits and auto-update specs on build failure#290marythought merged 1 commit intomainfrom
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 18 minutes and 34 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis change updates the spec update GitHub Actions workflow: adds a Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
ebb9f0e to
73ad378
Compare
Use the numeric user ID prefix in the github-actions[bot] email so commits are verified (required by branch protection). Make the update-vendored-specs workflow callable via workflow_call, and invoke it from test-deploy when the build fails — so stale specs get refreshed automatically without using the workflow_run trigger. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
73ad378 to
3c2490a
Compare
Summary
github-actions[bot]by adding the numeric user ID prefix (41898282+) to the committer email — this enables GitHub to verify the signature, unblocking merge on repos with branch protection requiring verified commitsworkflow_runtrigger so the vendored spec update runs automatically whenever a Test deployment workflow fails (e.g., due to stale specs)Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit