zappr
zappr copied to clipboard
Approval Pattern - case insensitive
https://github.com/zalando/zappr/blob/641814d32ef6ae67f691486394465c43a8750348/server/checks/CommitMessage.js#L68
Does this mean that the regexp pattern is case sensitive? Could we make that configurable?
The approval pattern is ":+1:" by default, so case does not matter in that case :smirk:
I know about the default one but I want it to be approved
and Approved
and APPROVED
. Any possibility to do it without OR
s in the regexp?