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: static/schema/schema.v2.json
+5-5
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,11 @@
112
112
"default": true,
113
113
"description": "Enable free tier features for users not on a paid plan."
114
114
},
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
+
},
115
120
"reviews": {
116
121
"type": "object",
117
122
"properties": {
@@ -776,11 +781,6 @@
776
781
"default": true,
777
782
"description": "Enable the bot to reply automatically without requiring the user to tag it."
778
783
},
779
-
"create_issues": {
780
-
"type": "boolean",
781
-
"default": true,
782
-
"description": "Enable Issue creation by CodeRabbit from PR comments and chats."
0 commit comments