Josh
Josh
This PR adds a feed to monitor a list of github repository for releases and produce them for the publisher. Whilst this is not the only feed to make use...
Failing to marshal a single package currently blocks the publishing of all subsequent packages, this is undesirable. https://github.com/ossf/package-feeds/blob/ce53f3ea/cmd/scheduled-feed/main.go#L45-L50 is the relevant code chunk.
> As this is essentially opening up a new data type that can be put 'on the wire', (including the scope to have pubsub `sinks` in a similar fashion to...