GsActions / commit-message-checker

GitHub Action that checks commit messages of pushes and pull request against a regex pattern
MIT License
99 stars 56 forks source link

flag for matching only one commit message #96

Open joonasjarvinen92 opened 1 year ago

joonasjarvinen92 commented 1 year ago

Code of Conduct

Is there an existing issue for this?

Are you willing to sponsor your idea?

Is your feature request related to a problem? Please describe

At the moment each of the commit messages needs to match regex for the action to complete

Describe the solution you'd like

A new flag that would check whether one of the commit messages matches the regex.

Describe alternatives you've considered

No response

Additional context

No response