feat: implement issue #258 — Compliance: check-suite-auto-trigger-347564#294
feat: implement issue #258 — Compliance: check-suite-auto-trigger-347564#294don-petry wants to merge 15 commits into
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
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.
Pull request overview
Implements the remediation for compliance issue #258 by extending the repo settings script to disable problematic GitHub App check-suite auto-triggers that can leave check suites perpetually queued and block auto-merge.
Changes:
- Extend
scripts/apply-repo-settings.shto PATCHcheck-suites/preferencesand disable auto-trigger for CodeRabbit (347564) and Claude (1236702). - Update the script header comments to document the new check-suite auto-trigger behavior.
- Add (but currently duplicate) a
.dev-lead/ignore entry in.gitignore.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scripts/apply-repo-settings.sh | Adds GitHub API call to disable specific check-suite auto-triggers as part of repo settings application. |
| .gitignore | Updates ignore patterns, but introduces a duplicate .dev-lead/ entry. |
Comments suppressed due to low confidence (1)
scripts/apply-repo-settings.sh:92
- The verify step prints "Verifying settings..." but only outputs
.security_and_analysis. Since the script now also changes check-suite preferences, either verifycheck-suites/preferencesas well or rename the message to clarify that only security settings are being verified.
# ── Verify ────────────────────────────────────────────────────────────────────
echo ""
echo "Verifying settings..."
gh api "repos/$REPO" --jq '.security_and_analysis'
|
|
Closing .gitignore conflict from CI trigger commit. Re-triggering issue #258. |



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