Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit45b3dec

Browse files
Merge branch 'main' into overview
2 parentsa8829b5 +a45ee8c commit45b3dec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎static/schema/schema.v2.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@
116116
"default":true,
117117
"description":"Enable free tier features for users not on a paid plan."
118118
},
119-
"auto_resolve_threads": {
120-
"type":"boolean",
121-
"default":true,
122-
"description":"Automatically resolve threads when code changes address the feedback. When disabled, metrics are still tracked but threads won't be marked as resolved."
123-
},
124119
"reviews": {
125120
"type":"object",
126121
"properties": {
@@ -285,6 +280,11 @@
285280
"default":true,
286281
"description":"Abort the in-progress review if the pull request is closed or merged."
287282
},
283+
"disable_cache": {
284+
"type":"boolean",
285+
"default":false,
286+
"description":"Disable caching of code and dependencies. This will force CodeRabbit to download the code and dependencies fresh from the repository each time."
287+
},
288288
"auto_review": {
289289
"type":"object",
290290
"properties": {
@@ -1131,7 +1131,7 @@
11311131
"default": {}
11321132
}
11331133
},
1134-
"additionalProperties":false
1134+
"additionalProperties":true
11351135
}
11361136
},
11371137
"$schema":"http://json-schema.org/draft-07/schema#"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp