feat: implement issue #259 — Compliance: check-suite-auto-trigger-1236702#276
feat: implement issue #259 — Compliance: check-suite-auto-trigger-1236702#276don-petry wants to merge 4 commits into
Conversation
| .dev-lead/ | ||
| .dev-lead/ | ||
| .dev-lead/ | ||
| .dev-lead/ |
|
Warning Review limit reached
More reviews will be available in 59 minutes and 54 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 (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
Resolves compliance issue #259 by correcting the GitHub REST API endpoint used to update repository check-suite auto-trigger preferences, preventing perpetually queued check suites that block auto-merge.
Changes:
- Update
gh apiPATCH endpoint fromcheck-suite/preferencestocheck-suites/preferencesin the repo settings script. - Add an additional
.dev-lead/ignore entry (though the file already contains multiple duplicates).
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 | Fixes the check-suite preferences endpoint so the compliance remediation script can successfully disable auto-trigger checks. |
| .gitignore | Adds another .dev-lead/ ignore entry (duplicates already exist). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Dev-Lead — fix-bot-comment (applied)Changes committed and pushed. |
|
|
Closing due to merge conflict that cannot be auto-rebased. Re-implementing from fresh main via dev-lead. |
Pull request was closed



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