Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #192, Adds check commit message job in format check
Adds pattern that accepts commit msgs with "Fix [OR] HotFix [OR] Partial #XYZ <description>", Adds pattern that accepts commit msgs with "Merge pull request #XYZ <description>", Adds pattern that accepts commit msgs with "IC: <description>" Adds conditional for commit msg job to run only on pull-requests
- Loading branch information