A collection of reusable GitHub Actions workflows
| .forgejo/workflows | fix(commitizen): local path not set | |
| .github/workflows | build: update poetry constraint | |
| .markdownlint.yaml | docs: Add basic readme | |
| .pre-commit-config.yaml | feat(commitizen): Add workflow | |
| README.md | docs: Add basic readme | |
GitHub Actions Workflows
A collection of reusable but opinionated GitHub Actions Workflows.
commitizen-bump-version
Example use
name:Bump versionon:push:branches:- mainjobs:bump-version:uses:janw/workflows/.github/workflows/commitizen-bump-version.yaml@mainsecrets:personal-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}gpg-private-key:${{ secrets.GPG_PRIVATE_KEY }}gpg-passphrase:${{ secrets.GPG_PASSPHRASE }}Required variables
None.
Required secrets
PERSONAL_ACCESS_TOKEN: Fine-grained PAT of the repo owner withcontent: writepermissionsGPG_PRIVATE_KEY: GPG key to sign the releaseGPG_PASSPHRASE: Passphrase to the GPG key
commitizen
Example use
name:Linterson:pull_request:jobs:commitizen:uses:janw/workflows/.github/workflows/commitizen.yaml@mainRequired variables
None.
Required secrets
None.