We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dad6fa commit dc1a383Copy full SHA for dc1a383
docs/guides/configure-coderabbit.md
@@ -100,9 +100,11 @@ YAML settings:
100
purpose of each test."
101
```
102
103
- - **`auto_review`**: Manages settings for automated code reviews.
+ - **`auto_review`**: Manages settings for automatic code reviews.
104
105
- - **`enabled`**: Automated code review (default: `true`).
+ - **`enabled`**: Automatic code review (default: `true`).
106
+ - **`auto_incremental_review`**: Automatic incremental code review(s) on
107
+ each push (default: `true`).
108
- **`ignore_title_keywords`**: Review will be ignored if a pull request
109
title contains one of the list of keywords (case-insensitive).
110
- **`labels`**: Review will be triggered if a pull request matches one of
0 commit comments