Skip to content

feat: implement issue #258 — Compliance: check-suite-auto-trigger-347564#294

Closed
don-petry wants to merge 15 commits into
mainfrom
dev-lead/issue-258-20260521-0004
Closed

feat: implement issue #258 — Compliance: check-suite-auto-trigger-347564#294
don-petry wants to merge 15 commits into
mainfrom
dev-lead/issue-258-20260521-0004

Conversation

@don-petry

Copy link
Copy Markdown
Collaborator

Closes #258

Implemented by dev-lead agent. Please review.

@don-petry don-petry requested a review from a team as a code owner May 21, 2026 00:06
Copilot AI review requested due to automatic review settings May 21, 2026 00:06
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai

coderabbitai Bot commented May 21, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@don-petry has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 28 minutes and 39 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 7f6ae1f0-6f13-4a2c-b9d7-2631aa4c2d45

📥 Commits

Reviewing files that changed from the base of the PR and between 5152217 and 67f1946.

📒 Files selected for processing (2)
  • .gitignore
  • scripts/apply-repo-settings.sh
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev-lead/issue-258-20260521-0004

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.sh to PATCH check-suites/preferences and 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 verify check-suites/preferences as 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'

@sonarqubecloud

Copy link
Copy Markdown

@don-petry

Copy link
Copy Markdown
Collaborator Author

Closing .gitignore conflict from CI trigger commit. Re-triggering issue #258.

@don-petry don-petry closed this May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compliance: check-suite-auto-trigger-347564

3 participants