@@ -50,7 +50,9 @@ YAML settings:
50
50
' You must use talk like Mr. T. I pity the fool who doesn' t!'
51
51
3. **`early_access`** : Enroll in the early access program to take advantage of
52
52
forthcoming features before their general release (default:`false`).
53
- 4. **`reviews`** : Configures review settings.
53
+ 4. **`enable_free_tier`** : Enable the free tier features for users who are not
54
+ subscribed to a paid plan (default:`true`).
55
+ 5. **`reviews`** : Configures review settings.
54
56
55
57
- **`profile`**: Select the reviewer profile between `assertive` and `chill`.
56
58
The `assertive` profile posts more comments and nitpicks the code more
@@ -185,7 +187,7 @@ YAML settings:
185
187
- "CASING"
186
188
` ` `
187
189
188
- 5 . **`knowledge_base`** : Configures knowledge base settings.
190
+ 6 . **`knowledge_base`** : Configures knowledge base settings.
189
191
190
192
- **`learnings`**: Configures learnings settings.
191
193
- **`scope`**: Specify the scope of learnings to use for the knowledge
@@ -206,7 +208,7 @@ YAML settings:
206
208
- **`team_keys`**: A list of Linear team keys to use for the knowledge
207
209
base. If not provided, all teams will be used.
208
210
209
- 6 . **`chat`** : Defines the behavior of CodeRabbit's bot in conversations.
211
+ 7 . **`chat`** : Defines the behavior of CodeRabbit's bot in conversations.
210
212
- **`auto_reply`**: The bot automatically replies without the need of the
211
213
user tagging it (default : ` true` ).
212
214
0 commit comments