chore(review): point CodeRabbit at dev and the moved ESLint config - #2838
Merged
Conversation
base_branches listed main, which is the default branch and needs no listing, while every PR now targets dev. The path filter still named eslint.config.mjs at the root; it moved to docs-site/ in #2834.
Contributor
Greptile SummaryUpdates CodeRabbit configuration to restore automatic reviews for development PRs and track the relocated ESLint configuration.
Confidence Score: 5/5The PR appears safe to merge with no actionable issues identified. The branch filter matches the repository’s development workflow without removing default-branch coverage, and the updated path filter resolves to the relocated ESLint configuration.
|
| Filename | Overview |
|---|---|
| .coderabbit.yaml | Correctly targets development PRs for automatic review and updates the ESLint exclusion to the file's current location. |
Reviews (1): Last reviewed commit: "chore(review): point CodeRabbit at dev a..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two fixes to
.coderabbit.yaml.base_brancheslistedmain, which is the default branch and needs no listing, while every PR now targetsdev. CodeRabbit has not reviewed the recent PRs intodev; this should bring it back.eslint.config.mjsat the root. It moved todocs-site/in build: move the Node toolchain into docs-site #2834, asgreptile.jsonalready reflects.