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
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: static/schema/schema.v2.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,11 @@
285
285
"default": true,
286
286
"description": "Abort the in-progress review if the pull request is closed or merged."
287
287
},
288
+
"disable_cache": {
289
+
"type": "boolean",
290
+
"default": false,
291
+
"description": "Disable caching of code and dependencies. This will force CodeRabbit to download the code and dependencies fresh from the repository each time."
0 commit comments