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
-10
Original file line number
Diff line number
Diff line change
@@ -112,11 +112,6 @@
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
-
},
120
115
"reviews": {
121
116
"type": "object",
122
117
"properties": {
@@ -781,11 +776,6 @@
781
776
"default": true,
782
777
"description": "Enable the bot to reply automatically without requiring the user to tag it."
783
778
},
784
-
"create_issues": {
785
-
"type": "boolean",
786
-
"default": true,
787
-
"description": "Enable Issue creation by CodeRabbit from PR comments."
0 commit comments