Hi!
It would be really awesome to let us configure the badge passing/fail labels. I’ve actually one workflow to publish my package on NPM and another one to GPR.
It would be awesome to being able to setting up what we want display
badge:
label: NPM release # Displayed label, instead of picking our internal CI name
passing: ${{ package.version }} # Displayed value, can be related to the package.json etc...
failing:
ignore-ci-failure: false # if true, then the badge is not updated and will refer to the last successful job if the current job fail
IMO badges should offer this kind of feature, they’ll become incredibly useful with that
Thanks for your work