feat: implement issue #258 — Compliance: check-suite-auto-trigger-347564#307
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ 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 |
There was a problem hiding this comment.
Code Review
This pull request updates the repository settings script to disable check-suite auto-triggers for CodeRabbit and Claude, preventing issues where incomplete check suites block auto-merge. A review comment correctly identifies a redundant entry for ".dev-lead/" in the .gitignore file that should be removed.
| # ci-trigger-298 | ||
| .dev-lead/ |
|
There was a problem hiding this comment.
Pull request overview
Implements repo compliance remediation for issue #258 by updating the repo settings application script to disable problematic check-suite auto-triggers that can block auto-merge.
Changes:
- Disable check-suite auto-trigger for CodeRabbit (347564) and Claude (1236702) via GitHub API.
- Update script documentation to reflect the new compliance step.
- Add an additional
.dev-lead/ignore entry (currently resulting in duplicates).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/apply-repo-settings.sh | Adds a GitHub API call to disable check-suite auto-trigger for specific apps implicated by the compliance audit. |
| .gitignore | Updates ignore patterns (but introduces additional duplicate .dev-lead/ entries). |
| echo " ✓ Claude (1236702) auto_trigger_checks: false" | ||
|
|
||
| # ── Verify ──────────────────────────────────────────────────────────────────── | ||
| echo "" | ||
| echo "Verifying settings..." |



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