Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit a47acf6

Browse files
Allow auto pr review config (#602)
1 parent d1eba3c commit a47acf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/validation/user_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
"ai_pr_review": {
613613
"type": ["dict"],
614614
"schema": {
615+
"auto_review": {"type": "boolean"},
615616
"enabled": {"type": "boolean"},
616617
"method": {"type": "string"},
617618
"label_name": {"type": "string"},

0 commit comments

Comments
 (0)