RubbaBoy / BYOB

Bring Your Own Badge - Create dynamic README badges based off of your GitHub Actions
MIT License
80 stars 10 forks source link

Remove overly strict check on repo name #3

Closed IanButterworth closed 3 years ago

IanButterworth commented 3 years ago

Use of BYOB on repos with . in their name was resulting in invalid request.

It'd be good to get this fixed, as it prevents use of this action on any julia language repo, given they're required to end with .jl

IanButterworth commented 3 years ago

By the way, I tried to find a regex for the actual acceptable repo name format, but couldn't find definitive docs

zapashcanon commented 3 years ago

@RubbaBoy, I'm encountering this issue with ocaml-toml/To.ml too. Do you have any plan to merge this PR ?

RubbaBoy commented 3 years ago

Oh shit my apologies, I completely forgot about this, I meant to go back to it and it slipped my mind. This has been merged and made live.