This is my personal opinion, but you should add :
- Dont.
Unless there is a really good reason, don't rename your project. It only adds confusion, and users will get lost during the transition. It also makes them hesitant to try the new one - "What if they do it again and i get left behind".
Pihole isnt pi specific either, it still kept the name.
I can't find it right now, but there used to be a warning about not self-hosting runners for public repos. Anyone could fork your repo, and the fork would inherit your runners, and then they could change the pipeline to RCE on your runner.
Has that been fixed?
I went to a completely private gitlab instead, with mirroring up to github for anything that needed to be public.
Edit: seems to maybe not be an issue anymore, at the very least it doesn't seem to affect that repo. Still, for anyone else, make sure forks and MRs can't cause action to run automatically on your runner, because that would be very bad.