Thanks @bamboo@lemmy.blahaj.zone
I went ahead and opened a support case. They fixed the issue on their side.
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Thanks @bamboo@lemmy.blahaj.zone
I went ahead and opened a support case. They fixed the issue on their side.
Awesome glad that worked out
The first thing that comes to my mind is, it might be a scam. Confirm the mail is from Github. Can't help otherwise, but this is what I think first.
Especially if no bank account is attached and if it isn't tied to anything on here
@mesamunefire@piefed.social does anything show up when you log in to GitHub and check billing?
Stop using github. Move to something else e.g. codeberg.
I dont have that option. Its for work.
Sounds like your bosses bill, not yours.
Its on my account. I have hundreds of repos over my career. I switched a majority of them over but there is some major projects that use the repos for open source. One has been downloaded over 1.7 million times (im trying not to sound like a humble brag) If I remove them, it could potentially cause downtime. I just disabled all github actions and other things that could potentially cause billing.
If it has been downloaded over 1.7 million times you need to contact Github about this, since it is an open source project that people are depending on, and discuss your github action usage with them and determine a path forward for continuing to use github actions
The repositories that contain code that is for work need to be owned by your work, not your personal account. Have your work create a github organization and transfer your repos to their org.
Did you ever adjust your budgets in your settings for your account: https://github.com/settings/billing/budgets
I also have the free account, and I never touched the budgets section. In here, GitHub action budget is set to $0 and has Stop usage enabled.
If these settings are set to $0 and you got charged, then I guess you can open up a case support case, since that seems like a bug.
Ah yeah that's a good idea. I'll do that.