A collection of useful forgejo actions. https://luflow.net/
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Andreas Widen aabfb273b1
ci: updated ci.yaml so that push is main only
Signed-off-by: Andreas Widen <aw@luflow.net>
2026-08-15 15:22:16 +02:00
create-release-without-assets/.forgejo/workflows ci: updated ci and release to use hash for actions 2026-08-13 14:12:56 +02:00
rust-ci/.forgejo/workflows ci: updated ci.yaml so that push is main only 2026-08-15 15:22:16 +02:00
README.md Initial commit. 2026-08-10 16:18:18 +02:00

forgejo-actions

This repo contains a few useful forgejo actions that can be used for a self hosted forgejo instance.

create-release-without-assets

This action generates CHANGELOG.md with git-cliff and uses that as release notes when creating a new release. This action is executed when a new tag is pushed. cliff.toml which is needed for git-cliff needs to exist in root folder of repo for it to work. A valid write token needs to be added to repo with the name WRITE_TOKEN (${{ secrets.WRITE_TOKEN }}).

rust-ci

This action builds, tests and checks formatting with rustfmt when pushing to main branch.