File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 1.3
2+ pr_review :
3+
4+ # Modify confidence_threshold to show fewer/more comments. Increase this to show fewer, but higher quality comments.
5+ # If there’s too much noise, we suggest 0.9. The default value is 0.7.
6+ confidence_threshold : 0.7
7+
8+ # If quiet mode is enabled, Ellipsis will only leave reviews when it has comments, so “Looks good to me” reviews
9+ # will be skipped. This can reduce clutter.
10+ quiet : false
11+
12+ # You can disable automatic code review using auto_review_enabled. This will override any global settings you
13+ # have configured via the web UI.
14+ auto_review_enabled : true
15+
16+ # You can enable auto-review on draft PRs using auto_review_draft. This will override any global settings you
17+ # have configured via the web UI.
18+ auto_review_draft : false
19+
20+ # You can allow Ellipsis to approve PRs using enable_approve_prs. Note: in common branch GitHub protection configurations,
21+ # the Ellipsis approval will count towards the approval total and allow the PR to be merged when it otherwise may not be.
22+ enable_approve_prs : false
You can’t perform that action at this time.
0 commit comments