Skip to content

helpers4 — GitHub Actions

Custom GitHub Actions published to the GitHub Marketplace.

license last commit Ask DeepWiki


Actions

Conventional Commits Check

Validates that all commit messages in a pull request follow the Conventional Commits specification.

Usage:

- uses: helpers4/action/conventional-commits@v1

Features:

  • Validates commit message format against the Conventional Commits spec
  • Runs as a lightweight shell-based action (no Node.js runtime required)
  • Provides clear error messages for non-compliant commits
  • Ideal for enforcing consistent commit history in CI pipelines

📖 Full documentation

Setup pnpm

Sets up Node.js + pnpm (via the official pnpm/action-setup), optionally installing dependencies.

Usage:

- uses: actions/checkout@v7
- uses: helpers4/action/setup-pnpm@v1
  with:
    node-version: "26"

📖 Full documentation

PR Status Comment

Posts or updates a single sticky PR comment summarizing job statuses as a table.

Usage:

- uses: helpers4/action/pr-status-comment@v1
  with:
    jobs: |
      { "🏗️ Build": "${{ needs.build.result }}" }

📖 Full documentation

Dispatch with Fallback

Dispatches a repository_dispatch event to a repository via a GitHub App token, with an optional fallback identity retried automatically on failure.

Usage:

- uses: helpers4/action/dispatch-with-fallback@v1
  with:
    target-owner: helpers4
    target-repo: website
    event-type: action-release
    payload: '{"version": "${{ github.ref_name }}"}'
    app-id: ${{ vars.TRIGGANATOR_ID }}
    app-private-key: ${{ secrets.TRIGGANATOR_KEY }}

📖 Full documentation

Documentation

Visit helpers4.dev/action for complete documentation.

Contributing

Contributions are welcome! Please follow Conventional Commits for all commit messages.

  1. Fork the repository
  2. Create your feature branch
  3. Test your changes
  4. Submit a Pull Request

License

This project is licensed under the GNU Lesser General Public License v3.0.

Contributors

Bérenger
Bérenger

About

GitHub Actions published to the Marketplace

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages