Skip to content

Helpers 4 GitHub Actions

Reusable GitHub Actions for consistent, automated workflows across your repositories.

ActionDescription
conventional-commitsValidate commit messages against the Conventional Commits specification
- uses: helpers4/action/conventional-commits@v1
  with:
    types: 'feat|fix|docs|refactor|test|chore'
    require-scope: false

Found a bug or want to suggest a new action? Open an issue on the Actions repository.

Want to improve this documentation? Use the Edit page link at the bottom of any page, or open an issue on the website repository.

LGPL-3.0 — See LICENSE for details.