Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 376 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 376 Bytes

validate-pr-commits

A GitHub Action that validates commit subjects in the current PR

Usage

jobs:
  commits_check_job:
    runs-on: ubuntu-latest
    name: Commits Check
    steps:
      - name: Validate PR commits
        id: "validate-pr-commits"
        uses: musicglue/validate-pr-commits@main
        with:
          token: ${{ secrets.GITHUB_TOKEN }}