Doesn’t Codeberg say it’s mostly for FOSS? They say private repos are only allowed for really small things like note keeping, so it wouldn’t be right to just move everything there from GitHub.
Comment on is it just me or GitHub is turning into some sort of LinkedIn
jlh@lemmy.jlh.name 1 year agoCodeberg can automatically migrate code and issues from using a personal access token iirc.
Github packages and especially CI/CD are the real vendor locking antifeatures.
salient_one@lemmy.villa-straylight.social 1 year ago
eluvatar@programming.dev 1 year ago
I can run GitHub workflows directly on my machine with ACT, I’m sure you could run that on your own private CI if you needed too. It’s not perfect, but if a lot of people started wanting to migrate I’m sure it could get better.
gamma@programming.dev 1 year ago
Fwiw, gitea has compatible actions. Not sure how compatible, though.