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

Ignore Github UI commits #42

Closed SimonHarmonicMinor closed 3 years ago

SimonHarmonicMinor commented 3 years ago

Is it possible to ignore Github UI commits? For example, something like Merge branch 'master' into codestyle/#113-check-commits

gilbertsoft commented 3 years ago

Yes should be possible with something like this: (Merge branch .*|PUT YOUR DEFAULT RULE HERE)

Just replace PUT YOUR DEFAULT RULE HERE with your existing rule.

gilbertsoft commented 3 years ago

@SimonHarmonicMinor does this help you and can we close the issue?

SimonHarmonicMinor commented 3 years ago

@gilbertsoft, it helps, thanks. You can close it