Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d07043

Browse files
committedMar 13, 2025
Update schema.v2.json
1 parent 99f24bc commit 7d07043

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎static/schema/schema.v2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,11 @@
776776
"default": true,
777777
"description": "Enable the bot to reply automatically without requiring the user to tag it."
778778
},
779+
"create_issues": {
780+
"type": "boolean",
781+
"default": true,
782+
"description": "Enable Issue creation by CodeRabbit from PR comments and chats."
783+
},
779784
"integrations": {
780785
"type": "object",
781786
"properties": {

0 commit comments

Comments
 (0)
Please sign in to comment.