ellipsis.yaml 1.0 KB

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