davidglezz / action-conventional-commits-check

Github action to check that all PR commits follow conventional commits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action-conventional-commits-check

Github action to check that all PR commits follow conventional commits.

Usage example:

name: "Conventional Commits Check"
on:
  pull_request:

jobs:
  conventional-commits-check:
    steps:
    - uses: actions/checkout@v4

    - name: Conventional Commits Checker
      uses: davidglezz/action-conventional-commits-check@v1.0.0
      with:
          target-branch: ${{ github.event.pull_request.base.ref }}
          current-branch: ${{ github.event.pull_request.head.ref }}

Related projects

About

Github action to check that all PR commits follow conventional commits


Languages

Language:Shell 100.0%