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
dispatch-with-fallbackDispatch a repository_dispatch event to a repository via a GitHub App token, with an optional fallback identity retried on failure
pr-status-commentPost or update a single sticky PR comment summarizing job statuses as a table
setup-pnpmSetup Node.js + pnpm, optionally installing dependencies
- 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.