Skip to content

Commit 995b41e

Browse files
Update schema.v2.json
1 parent 7d07043 commit 995b41e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

static/schema/schema.v2.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
"default": true,
113113
"description": "Enable free tier features for users not on a paid plan."
114114
},
115+
"auto_resolve_threads": {
116+
"type": "boolean",
117+
"default": true,
118+
"description": "Automatically resolve threads when code changes address the feedback. When disabled, metrics are still tracked but threads won't be marked as resolved."
119+
},
115120
"reviews": {
116121
"type": "object",
117122
"properties": {
@@ -776,11 +781,6 @@
776781
"default": true,
777782
"description": "Enable the bot to reply automatically without requiring the user to tag it."
778783
},
779-
"create_issues": {
780-
"type": "boolean",
781-
"default": true,
782-
"description": "Enable Issue creation by CodeRabbit from PR comments and chats."
783-
},
784784
"integrations": {
785785
"type": "object",
786786
"properties": {

0 commit comments

Comments
 (0)