Gitea actions #19
Notifications
Due Date
No due date set.
Depends on
#18 adding actions
malobeo/gatekeeper
Reference: malobeo/gatekeeper#19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gitea actions are a shitshow rn
As seen is #18 , the uv action doesn't work. The reason is that gitea still uses ubuntu 24-04, which only packages node 20. (https://gitea.com/gitea/runner-images) Current actions require at least node 24. So until this pr is merged, i'd have to use a at least 2 year old version of the action which is not supported.
Other problems: the bot tooling is basically non-existant. As you can see in the infra repo, to post a comment I have to use my user account instead of a provided automated one. Those github-style action summaries are also not jet implemented https://github.com/go-gitea/gitea/pull/37500