bboe / farcy

A code review bot for github pull requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not comment if too many issues found

balloob opened this issue · comments

Include a threshold that if total issue count is over a certain amount it will not comment per line anymore. It will still post a commit status.

Things to consider:

  1. What should the threshold be, 32? (Allow user to override it from command line)
  2. Do we want to not comment at all or still place the first X comments?

I think it's useful to make the first N comments (later maybe we can try to guess the most useful of those comments).