Mic92 / nixpkgs-review

Review pull-requests on https://github.com/NixOS/nixpkgs
MIT License
380 stars 63 forks source link

Option for skipping posting empty messages #276

Open viraptor opened 2 years ago

viraptor commented 2 years ago

Currently --post-result is happy to post both empty messages (no packages found to build) and unhelpful ones (all packages marked as broken and skipped).

For automating some reviews, it would be great to have another option to skip anything that doesn't include at least one pass/fail. (I may look at implementing this later)

SuperSandro2000 commented 2 years ago

I would recommend to extend nixpkgs-review similar to https://github.com/supersandro2000/nixpkgs-review-checks

superherointj commented 2 years ago

Even an empty list of package message convey information. That for some reason nixpkgs-review is not listing anything.