1
0
Fork
You've already forked workflows
0
A collection of reusable GitHub Actions workflows
2025年08月30日 21:09:20 +02:00
.forgejo/workflows fix(commitizen): local path not set 2025年08月30日 21:09:20 +02:00
.github/workflows build: update poetry constraint 2025年08月29日 12:22:42 +02:00
.markdownlint.yaml docs: Add basic readme 2024年01月29日 22:50:33 +01:00
.pre-commit-config.yaml feat(commitizen): Add workflow 2024年01月29日 20:24:43 +01:00
README.md docs: Add basic readme 2024年01月29日 22:50:33 +01:00

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 with content: write permissions
  • GPG_PRIVATE_KEY: GPG key to sign the release
  • GPG_PASSPHRASE: Passphrase to the GPG key

commitizen

Example use

name:Linterson:pull_request:jobs:commitizen:uses:janw/workflows/.github/workflows/commitizen.yaml@main

Required variables

None.

Required secrets

None.