tomasbjerre / simple-bitbucket-commit-checker

Simple, and easy to use, commit checker for Atlassian Bitbucket Server
https://marketplace.atlassian.com/plugins/se.bjurr.sscc.sscc
Other
21 stars 19 forks source link

Option to consider all commit messages rather than each individually #85

Open jeubank12 opened 6 years ago

jeubank12 commented 6 years ago

Need an option to consider all of the commits in the push as a whole rather than the rules having to match every single commit.

Example: pushing two commits with the following messages add framework for new feature completed feature for JIRA-1234

There should be a way to accept this push as a whole, rather than fail because one of the two commits doesn't match the rule.

An alternate acceptable implementation would be to check that at least one message matches rules before merging PR