feature/corrigir-pre-commit-e-pre-push: lane land - #58
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe pull-request workflow now blocks draft and WIP merges into protected branches. Local hooks skip unsupported or guarded contexts and clear repository-specific variables. The CI timeout increases from 60 to 120 seconds. ChangesMerge and local execution guards
Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to The changes are merge-ready after normal checks and review; no actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |




Automated land for bead mro-g3zl2 (feature/corrigir-pre-commit-e-pre-push).
Summary by CodeRabbit
Summary by cubic
Blocks WIP/DRAFT merges into
dev,develop, and0.12.0-dev, scopes hooks for submodule workspaces, and raises CI=Y gate timeout from 60s to 120s to reduce flakiness.Review notes
merge-guardjob that runs on PRs and blocks merges to protected branches when the PR is draft or the head branch matches^wip/or containsWIP.scopecheck: if.gitmodulesexists, hooks run in self-scope only; pre-push hooks add aguardthat skips gates on WIP/draft and fail-open whenghis unavailable or PR state is unresolvable.Makefile: CI=Y bounded commands now use 120s; CI=N remains 300s.Required actions
dev,develop, or0.12.0-dev, mark PRs “Ready for review” and removewip/orWIPfrom branch names.Written for commit f2540c3. Summary will update on new commits.