scientific-python / circleci-artifacts-redirector-action

GitHub Action to add a GitHub status link to a CircleCI artifact.
MIT License
15 stars 9 forks source link

Crazy suggestion: a badge pointing to the latest artifacts? #10

Open GaelVaroquaux opened 4 years ago

GaelVaroquaux commented 4 years ago

Hi @larsoner , thanks for this gem which we use in so many projects!

I have a bit of a crazy suggestion / feature request: would it be possible to use this action (or a related one) to generate a badge that could be put in the readme and that would point to the latest artifacts that ran successful on master? Such a badge would be super useful to avoid having to connect circleCI to push to a repo to update the dev version of the docs, which is something a bit tedious to do.

larsoner commented 4 years ago

Sure. It would probably require a lot more API decisions (and JavaScrip) than are currently necessary. Happy to have someone else implement it here, or start a new project.

GaelVaroquaux commented 4 years ago

OK. That was my fear. I'll leave this issue open, but I understand that it's non trivial.