Skip to content

Helpers 4 GitHub Actions

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

Action Description
conventional-commits Validate commit messages against the Conventional Commits specification
dispatch-with-fallback Dispatch a repository_dispatch event to a repository via a GitHub App token, with an optional fallback identity retried on failure
pr-status-comment Post or update a single sticky PR comment summarizing job statuses as a table
setup-pnpm Setup 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.