Document mise setup and link CI failures to CONTRIBUTING.md#51
Conversation
Two prek hooks (actionlint, markdownlint-cli2) run through `mise exec --` but neither the dev container nor the manual setup docs installed mise, so following CONTRIBUTING.md as written would leave those two hooks failing with "command not found". Add the mise devcontainer feature plus `mise install` to postCreateCommand, and document the manual install step. Also link each CI failure (prek/mypy/pyrefly/pytest/coverage) in the job summary and sticky PR comment to the relevant CONTRIBUTING.md section, so contributors land on the exact instructions for the check that actually failed instead of generic "see CI" feedback.
|
Warning Review limit reached
More reviews will be available in 26 minutes and 40 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ 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 |
Test Coverage Report✅ 87% coverage (required: ≥80%) Coverage meets the project threshold. 🎉 |
When any check fails, the sticky comment now opens with a polite, @-mentioned summary of which stages need attention (e.g. "Lint (prek), Tests (pytest)") before pointing to the per-check details and CONTRIBUTING.md links already below it. Since the comment is updated in place on reruns rather than recreated, the mention only notifies once per PR.
|



Summary
actionlint,markdownlint-cli2) run throughmise exec --, but neither the dev container nor the manual setup docs installed mise -- so following CONTRIBUTING.md as written left those two hooks failing with "command not found". Added themisedevcontainer feature plusmise installtopostCreateCommand, and documented the manual install step for non-container setups.Test plan
python3 -c "import yaml; ..."/json.loadconfirm valid YAML/JSONactionlint .github/workflows/ci.yamlpassesprek run --files ...passes on all changed filesmise installruns andprek run --all-filesno longer fails on the mise-dependent hooks