feat: implement issue #227 — Compliance: check-suite-auto-trigger-347564#271
feat: implement issue #227 — Compliance: check-suite-auto-trigger-347564#271don-petry wants to merge 1 commit into
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Warning Review limit reached
More reviews will be available in 49 minutes and 12 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
|
Dev-Lead — review-changes (no-changes)No changes were needed for this PR. |
There was a problem hiding this comment.
Pull request overview
Adds an automated cadence to re-apply repository settings so the repo stays compliant (and avoids settings drift that can reintroduce blocked/never-completing check suites like the CodeRabbit auto-trigger finding in #227).
Changes:
- Extend the
Apply repo settingsworkflow to also run on a weekly cron schedule. - Ensure updates to the workflow file itself trigger a settings re-application on push.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - scripts/apply-repo-settings.sh | ||
| - .github/workflows/apply-repo-settings.yml | ||
| schedule: | ||
| # Re-enforce settings weekly (Mon 03:00 UTC) so drift is caught between compliance audits. |
| schedule: | ||
| # Re-enforce settings weekly (Mon 03:00 UTC) so drift is caught between compliance audits. | ||
| - cron: '0 3 * * 1' |
| schedule: | ||
| # Re-enforce settings weekly (Mon 03:00 UTC) so drift is caught between compliance audits. | ||
| - cron: '0 3 * * 1' |



Closes #227
Implemented by dev-lead agent. Please review.