| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
✅ Deploy Preview for commit-check ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Sorry, something went wrong.
📝 Walkthrough
WalkthroughThe default allowed branch types now include build, ci, docs, perf, refactor, style, and test. Documentation and tests reflect the expanded list. ChangesDefault branch type expansion
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
Possibly related PRs
Suggested labels: enhancement, minor Suggested reviewers: shenxianpeng, lntutor 🚥 Pre-merge checks | ✅ 5 ✅ Passed checks (5 passed)
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. ❤️ ShareComment @coderabbitai help to get the list of available commands. |
Sorry, something went wrong.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agentsVerify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. Inline comments: In `@docs/configuration.rst`: - Around line 436-437: Update the allowed branch types documentation near the conventional_branch description to include the renovate/ bot prefix alongside dependabot/, matching the default branch-prefix behavior.
Fix all unresolved CodeRabbit comments on this PR:
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 1ce5215d-4980-4db4-9503-683d86356e2c
📥 CommitsReviewing files that changed from the base of the PR and between 91c4a9f and fbc6c90.
📒 Files selected for processing (4)
Sorry, something went wrong.
| - ["feature", "bugfix", "hotfix", "release", "chore", "feat", "fix", "build", "ci", "docs", "perf", "refactor", "test", "style"] | ||
| - Allowed branch types when conventional_branch is true. AI agent prefixes (``ai/``, ``claude/``, ``codex/``, ``copilot/``, ``cursor/``) and bot prefixes (``dependabot/``) are also included by default. |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Document renovate/ as a default branch prefix.
The default constant also includes renovate, but this section mentions only dependabot/. Update the documentation so the default behavior is complete.
Proposed fix- - Allowed branch types when conventional_branch is true. AI agent prefixes (``ai/``, ``claude/``, ``codex/``, ``copilot/``, ``cursor/``) and bot prefixes (``dependabot/``) are also included by default.
+ - Allowed branch types when conventional_branch is true. AI agent prefixes (``ai/``, ``claude/``, ``codex/``, ``copilot/``, ``cursor/``) and bot prefixes (``dependabot/``, ``renovate/``) are also included by default.‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - ["feature", "bugfix", "hotfix", "release", "chore", "feat", "fix", "build", "ci", "docs", "perf", "refactor", "test", "style"] | |
| - Allowed branch types when conventional_branch is true. AI agent prefixes (``ai/``, ``claude/``, ``codex/``, ``copilot/``, ``cursor/``) and bot prefixes (``dependabot/``) are also included by default. | |
| - ["feature", "bugfix", "hotfix", "release", "chore", "feat", "fix", "build", "ci", "docs", "perf", "refactor", "test", "style"] | |
| - Allowed branch types when conventional_branch is true. AI agent prefixes (``ai/``, ``claude/``, ``codex/``, ``copilot/``, ``cursor/``) and bot prefixes (``dependabot/``, ``renovate/``) are also included by default. |
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/configuration.rst` around lines 436 - 437, Update the allowed branch types documentation near the conventional_branch description to include the renovate/ bot prefix alongside dependabot/, matching the default branch-prefix behavior.
Sorry, something went wrong.
Merging this PR will degrade performance by 14.86%⚠️ Different runtime environments detected
❌ 1 regressed benchmark Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent. Comparing sahilsaiyed-oss:allow-default-branch-types (fbc6c90) with main (91c4a9f) Footnotes
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
This PR updates the default branch types so they are consistent with the default Conventional Commit types.
Changes
Documentation
Tests
This change is purely additive and does not affect existing valid branch names.
Summary by CodeRabbit
New Features
Documentation
Tests