Skip to content

Commit c089387

Browse files
Allow auto pr review config
1 parent ae1d4cf commit c089387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/validation/user_schema.py

+1
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@
592592
"ai_pr_review": {
593593
"type": ["dict"],
594594
"schema": {
595+
"auto_review": {"type": "boolean"},
595596
"enabled": {"type": "boolean"},
596597
"method": {"type": "string"},
597598
"label_name": {"type": "string"},

0 commit comments

Comments
 (0)