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
Copy file name to clipboardExpand all lines: docs/guides/review-instructions.md
+219Lines changed: 219 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,225 @@ instructions besides the standard review.
19
19
20
20
> For example, you may want to enforce a style guide by file types or directories.
21
21
22
+
### Default Blocked Paths
23
+
24
+
By default, CodeRabbit blocks certain file paths and extensions from being reviewed. If you want CodeRabbit to review any of these blocked paths, you can explicitly include them in your Path Filters configuration.
25
+
26
+
<details>
27
+
<summary>View complete list of default blocked paths</summary>
28
+
29
+
The following paths are blocked by default, grouped by category:
Copy file name to clipboardExpand all lines: docs/guides/setup-best-practices.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ CodeRabbit works best when it has a user account all to itself on your Git platf
18
18
Your team treats this account as a bot or service account—even on platforms that don't
19
19
have a formal concept of separate service accounts, such as Bitbucket Cloud.
20
20
21
-
If you use GitHub, then CodeRabbit sets up a service account named `CoderabbitAI` for you as soon as you connect your GitHub organization to CodeRabbit. On other platforms, such as Bitbucket Cloud or Gitlab, you must set this account up yourself.
21
+
If you use GitHub, then CodeRabbit sets up a service account named `CodeRabbitAI` for you as soon as you connect your GitHub organization to CodeRabbit. On other platforms, such as Bitbucket Cloud or Gitlab, you must set this account up yourself.
22
22
23
23
For platform-specific instructions about setting up this user, see
0 commit comments