shiftkey / webhooks

General-purpose infrastructure for building out webhooks consumption for my OSS projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simplify message when verifying large number of files in UfG PR

shiftkey opened this issue · comments

Example comment: up-for-grabs/up-for-grabs.net#1782 (comment)

It feels excessive to list every file touched and that every file is good. A couple of suggestions to make this less verbose:

  • "X files verified, no issues found" if all files good
  • explicitly list files that have problems

5 files seems to be a good threshold to enforce this, but that's easy to change later on.

More details and examples were added in up-for-grabs/tooling#46