-
-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Labels
Description
When performing a release, we usually compare the citgm run against the previous CI. This, however, does hide modules that are failing often. Instead of comparing 100 failures with 101 failures and proceeding with the release, we should lower this number the much as we can, otherwise, the citgm will become meanless.
I think we should:
- When the package fails frequently, ping the module author.
- Drop the package from lookup.json when no response from the "maintainer"
This should help the releasers a lot (plus reducing the citgm time).
cc: @nodejs/releasers
SimenB