getsolus / packages

Solus Package Monorepo & Issue Tracker
64 stars 86 forks source link

Clean up some `monitoring.yml`s #4425

Open davidjharder opened 19 hours ago

davidjharder commented 19 hours ago

We have discussed and agreed that monitoring.yml files should use the line

  rss: ~

when no rss feed is available.

Some existing packages use an incorrect version of this:

 rg 'rss: null'
packages/l/lzip/monitoring.yml
3:  rss: null

packages/l/light/monitoring.yml
3:  rss: null # Upstream is an archived mirror, feed is DOA

packages/w/wireless-regdb/monitoring.yml
3:  rss: null # For example https://github.com/PyO3/maturin/releases.atom

Corresponding issue to update the docs here: https://github.com/getsolus/help-center-docs/issues/582

Staudey commented 15 hours ago

Just remembered that as similar logic applies for the ignore keys (there can be one in releases and security). Should we always include them and set to ~ as well? Would make the minimal monitoring.yml a bit more unwieldy of course.