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.

Commit0789dc8

Browse files
Update schema.v2.json
1 parente0a3ca8 commit0789dc8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎static/schema/schema.v2.json‎

Lines changed: 15 additions & 0 deletions
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": {
@@ -211,6 +216,11 @@
211216
"default":true,
212217
"description":"Suggest reviewers based on the changes in the pull request in the walkthrough."
213218
},
219+
"auto_assign_reviewers": {
220+
"type":"boolean",
221+
"default":false,
222+
"description":"Automatically assign suggested reviewers to the pull request"
223+
},
214224
"poem": {
215225
"type":"boolean",
216226
"default":true,
@@ -776,6 +786,11 @@
776786
"default":true,
777787
"description":"Enable the bot to reply automatically without requiring the user to tag it."
778788
},
789+
"create_issues": {
790+
"type":"boolean",
791+
"default":true,
792+
"description":"Enable Issue creation by CodeRabbit from PR comments."
793+
},
779794
"integrations": {
780795
"type":"object",
781796
"properties": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp