Skip to content

ben-qr/commit-title-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check commit titles in a PR against a regex match.

Inspiration taken from https://github.com/13rac1/block-fixup-merge-action.

To implement, create a workflow in your repo and add the following:

name: Commit check
on: [pull_request]

jobs:
  commit-check:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - name: Check PR Commits
        uses: ben-qr/commit-title-checker@main
        with:
          regexPattern: '^feat:$'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published