Compliance Finding
Category: settings
Severity: error
Check: check-suite-auto-trigger-347564
Detail
CodeRabbit (347564) auto-trigger is enabled: GitHub creates a queued check suite on every push that is never completed, permanently blocking auto-merge. Run: bash scripts/apply-repo-settings.sh .github
Standard Reference
standards/github-settings.md
Remediation
Run scripts/apply-repo-settings.sh .github with a token that has admin access to the repository (requires a classic PAT with repo scope or equivalent):
GH_TOKEN=<admin-pat> bash scripts/apply-repo-settings.sh .github
This script applies all standard settings defined in standards/github-settings.md in one pass.
For a dry run to preview changes without applying: DRY_RUN=true GH_TOKEN=<admin-pat> bash scripts/apply-repo-settings.sh .github
This issue was automatically created by the weekly compliance audit.
Compliance Finding
Category:
settingsSeverity:
errorCheck:
check-suite-auto-trigger-347564Detail
CodeRabbit (347564) auto-trigger is enabled: GitHub creates a queued check suite on every push that is never completed, permanently blocking auto-merge. Run:
bash scripts/apply-repo-settings.sh .githubStandard Reference
standards/github-settings.md
Remediation
Run
scripts/apply-repo-settings.sh .githubwith a token that has admin access to the repository (requires a classic PAT withreposcope or equivalent):This script applies all standard settings defined in
standards/github-settings.mdin one pass.For a dry run to preview changes without applying:
DRY_RUN=true GH_TOKEN=<admin-pat> bash scripts/apply-repo-settings.sh .githubThis issue was automatically created by the weekly compliance audit.