Skip to content
play

GitHub Action

@namnh240795/verify-commit-message-action

v1.12 Latest version

@namnh240795/verify-commit-message-action

play

@namnh240795/verify-commit-message-action

Verify pull request commit message

Installation

Copy and paste the following snippet into your .yml file.

              

- name: @namnh240795/verify-commit-message-action

uses: namnh240795/[email protected]

Learn more about this action in namnh240795/verify-commit-action

Choose a version

This action gonna check the commit lint of the pull request

Inputs

github-token

Required Github token

maximum-commit-number

Outputs

pass

Commit lint pass or not

Example usage

uses: @namnh240795/[email protected]
with:
  github-token: ${{ secrets.GITHUB_TOKEN }}