Skip to content

Commit 9efe189

Browse files
Merge branch 'main' into issues
2 parents b693607 + 4ec4d46 commit 9efe189

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The following limits enforced _per developer_:
128128
| ---------------- | ------------------------------------------ | ----------------------------- | ----------------------------- | ----------------------------- |
129129
| Files per hour | 200/hour | 200/hour | 200/hour | 400/hour |
130130
| Files per PR | 100 | 100 | 100 | 200 |
131-
| Reviews per hour | 4 back-to-back, then 3/hour (Summary only) | 4 back-to-back, then 3/hour | 3 back-to-back, then 2/hour | 5 back-to-back, then 4/hour |
131+
| Reviews per hour | 3 back-to-back, then 3/hour (Summary only) | 4 back-to-back, then 4/hour | 3 back-to-back, then 3/hour | 5 back-to-back, then 5/hour |
132132
| Chat | N/A | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour |
133133

134134
## Integration Guide {#integration-guide}

static/schema/schema.v2.json

-5
Original file line numberDiff line numberDiff line change
@@ -849,11 +849,6 @@
849849
"default": true,
850850
"description": "Enable the bot to reply automatically without requiring the user to tag it."
851851
},
852-
"create_issues": {
853-
"type": "boolean",
854-
"default": true,
855-
"description": "Enable Issue creation by CodeRabbit from PR comments."
856-
},
857852
"integrations": {
858853
"type": "object",
859854
"properties": {

0 commit comments

Comments
 (0)