Conversation
Copies the petry-projects org baseline .gitignore (secrets-only) into the repo, adding the missing *.pem, *.key, and all other baseline secret patterns required by the push-protection standard. Closes #172 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 55 minutes and 53 seconds. ⌛ 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. ✨ 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 |
|
Hey @don-petry — this PR is ready for review and merge. It brings the repo into compliance with the push-protection standard by copying the org-baseline |
|
Automated review — APPROVEDRisk: LOW SummaryPR #191 adds 394 lines to .gitignore, copying the petry-projects org-baseline secrets-only ignore patterns to bring the repo into compliance with the push-protection standard (closes #172). All CI checks pass (SonarCloud quality gate passed, 0 issues, 0 security hotspots; CodeQL clean; Node.js, Playwright, coverage, and build all green). The change is security-positive — it reduces the risk of accidentally committing credential files — and carries no executable code or logic changes. FindingsInfo
CI statusAll CI checks green: SonarCloud quality gate passed (0 issues, 0 security hotspots), CodeQL clean, Node.js, Playwright, coverage, and build all passed. Reviewed by the don-petry PR-review cascade (triage: haiku 4.5 → deep: sonnet 4.6 + duck: gpt-5.4 → audit: opus 4.6). Reply with |



Summary
.gitignore(secrets-only) verbatim into the repo*.pemand*.keypatterns (and all other baseline secret patterns) required by the push-protection standardnode_modules/,coverage/,test-results/,playwright-report/) in a dedicated section at the topCloses #172
Generated with Claude Code