You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For best results, initiate chat on the files or code changes.
🧩 Analysis chain
@feruzm, let me fetch your current CodeRabbit configuration and the available schema to give you the most accurate guidance.
🛠 Debug Information Gathered
@feruzm, there's no direct "ignore source branch" filter in CodeRabbit's configuration, but there are two reliable ways to skip all Crowdin PRs. The easiest is using ignore_title_keywords, since all Crowdin PRs are titled "New Crowdin updates".
Any PR with "Crowdin" in the title will be automatically skipped.
Option 2 — CodeRabbit UI
Go to Settings → Reviews → Auto Review and add Crowdin to the "Ignore Title Keywords" field.
Option 3 — ignore_usernames (if Crowdin uses a bot account)
If the Crowdin PRs are authored by a dedicated bot account (e.g., crowdin-bot), you can also skip by username:
reviews:
auto_review:
ignore_usernames:
- "crowdin-bot"# replace with the actual Crowdin bot username
The ignore_title_keywords approach (Option 1) is the most straightforward for your case since all these PRs share a consistent title pattern.
✏️ Learnings added
Learnt from: feruzm
URL: https://github.com/ecency/ecency-mobile/pull/3153
Timestamp: 2026-03-26T12:30:36.579Z
Learning: In the ecency/ecency-mobile repository, to skip automatic CodeRabbit reviews for Crowdin localization PRs (from the `l10n_development` branch, titled "New Crowdin updates"), add `ignore_title_keywords: ["Crowdin"]` under `reviews.auto_review` in `.coderabbit.yaml`. There is no direct source branch filter in CodeRabbit's configuration schema.
Note: Learnings are effective only in the context of similar code segments. To apply general coding guidelines, please configure review instructions. You can manage existing learnings in the app.
🧠 Learnings used
Learnt from: feruzm
Repo: ecency/ecency-mobile PR: 0
File: :0-0
Timestamp: 2026-03-04T14:59:58.127Z
Learning: In the ecency/ecency-mobile repository, never review any PR that originates from the `l10n_development` branch. These are automated Crowdin localization update PRs (typically titled "New Crowdin updates") and should be skipped entirely. The maintainer (feruzm) has explicitly requested this.
Learnt from: feruzm
Repo: ecency/ecency-mobile PR: 0
File: :0-0
Timestamp: 2026-03-04T14:59:58.127Z
Learning: In the ecency/ecency-mobile repository, never review any PR that originates from the `l10n_development` branch. These are automated Crowdin localization update PRs and should be skipped entirely.
Learnt from: feruzm
Repo: ecency/ecency-mobile PR: 3110
File: src/config/locales/en-US.json:494-499
Timestamp: 2026-02-08T17:40:31.229Z
Learning: In the ecency-mobile repository, only the en-US.json locale file should be modified when adding or updating translation keys. All other locale files (e.g., es-ES.json, de-DE.json, etc.) are automatically synchronized via Crowdin integration, so they should not be manually edited in pull requests.
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
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.
Summary by CodeRabbit
New Features
Settings
Localization