Skip to content

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

Merged
don-petry merged 1 commit into
mainfrom
dev-lead/issue-258-20260521-1923
May 21, 2026
Merged

feat: implement issue #258 — Compliance: check-suite-auto-trigger-347564#307
don-petry merged 1 commit into
mainfrom
dev-lead/issue-258-20260521-1923

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 19:25
Copilot AI review requested due to automatic review settings May 21, 2026 19:25
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 21, 2026

Warning

Rate limit exceeded

@don-petry has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 19 minutes and 20 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: 6b1294b8-5e73-4dcd-81da-8ffdc65b2841

📥 Commits

Reviewing files that changed from the base of the PR and between eb3f3bc and b1d7cf8.

📒 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-1923

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.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

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.

Comment thread .gitignore
Comment on lines 9 to +10
# ci-trigger-298
.dev-lead/
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The entry .dev-lead/ is redundant as it is already defined on lines 6 and 7. This duplicate entry should be removed to keep the file clean.

# ci-trigger-298

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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).

Comment on lines +83 to 87
echo " ✓ Claude (1236702) auto_trigger_checks: false"

# ── Verify ────────────────────────────────────────────────────────────────────
echo ""
echo "Verifying settings..."
@don-petry don-petry merged commit d3b02ca into main May 21, 2026
28 of 32 checks passed
@don-petry don-petry deleted the dev-lead/issue-258-20260521-1923 branch May 21, 2026 19:33
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