Skip to content

Commit 8b9ede0

Browse files
Update schema.v2.json
1 parent b0f5bb8 commit 8b9ede0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

static/schema/schema.v2.json

+10
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,6 +781,11 @@
776781
"default": true,
777782
"description": "Enable the bot to reply automatically without requiring the user to tag it."
778783
},
784+
"create_issues": {
785+
"type": "boolean",
786+
"default": true,
787+
"description": "Enable Issue creation by CodeRabbit from PR comments."
788+
},
779789
"integrations": {
780790
"type": "object",
781791
"properties": {

0 commit comments

Comments
 (0)