Folks who have happily migrated to Codeberg: what are you using to run jobs? I’m so used to just plonking admin tasks into a Github Action, it feels like a real barrier to migrating away.
@trenner Forgejo Actions on my own runner. It's still a bit rough around the edges but most stuff translates 1:1 from GHA.
GitHub to Codeberg Migration - Part 3 - Set up and Running an own Forgejo Runner On Hetzner

Setup an own Forgejo Runner on Hetzner

@sparsick @trenner Oh excellent, thank you! I do have the runner on my homeserver right now, and while it does work, there's a limit to how much I can throw at it in parallel. Especially on larger/cross-platform container builds. … Which makes me think if the ecosystem is mature enough to habe community-hosted shared runners? It doesn't really make sense to stand up dedicated infra for just myself.

@hausgeist @trenner Codeberg provides a hosted version of Forgejo Actions (very limited). Alternatively, they have a CI based on Woodpecker.

https://docs.codeberg.org/ci/

Working with Codeberg's CI | Codeberg Documentation