this post was submitted on 03 May 2026
118 points (98.4% liked)
Programmer Humor
31225 readers
816 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Real Questions, is there a competitor that offers the same feature set? Last I looked no one had anything to compete with github actions.
gitlab and codeberg...gitlab is partially open source but codeberg is fully opensource
Codeberg is based on the software Forgejo, just with some extra modifications. I’m running my own Forge instance and it’s absolutely great
Cicd is pretty replaceable for any workflow regardless of platform. What's the killer feature of actions for you?
Real answers: gitlab has awesome integrated CI, and you can always go for a remote integration if you prefer (e.g. self-hosted Jenkins, or a managed solution like circleci).