logoalt Hacker News

sgttoday at 1:14 PM4 repliesview on HN

Is Forgejo Actions any good? CI/CD would be cool.


Replies

tagravestoday at 1:52 PM

We just released support for Forgejo with RWX CI/CD: https://www.rwx.com/docs/getting-started/forgejo

xx_nstoday at 1:17 PM

From personal experience, there have been a few papercuts (mostly trying to figure out why runners aren't picking up jobs), but it isn't too hard to debug and the CI format is simple. When it works, it works well enough. It uses a similar workflow as GitHub actions. Some, but not all, actions are even interchangeable or at least portable from GitHub without much fuss.

epistasistoday at 1:49 PM

I keep CI/CD super super simple, but was able to set it up for my Python repos in 15 minutes, with compatibility with GitHub actions (using the same yaml file at the same path)

importtoday at 1:18 PM

It’s act runner. So you can continue using GitHub actions with minor changes