A collection of useful forgejo actions.
https://luflow.net/
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| create-release-without-assets/.forgejo/workflows | ||
| rust-ci/.forgejo/workflows | ||
| README.md | ||
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.