Alexander Svetlozarov Angelov
Alexander Svetlozarov Angelov
Looking trough [the code](https://github.com/mergeability/mergeable/blob/590a40fa9ab9a5f3adbc11273687f043beb91aec/lib/validators/options_processor/options/must_include.js#L30) it apperantly forces the `i` regex flag (meaning case insensitive). The solution is to add ``` regex_flag: "none" ```
Having the same problem as well. Its so annoying that I basically have to drop the library.
In my case I updated the `common.mustache` template with @wamujlb's answer. Its working as expected. But it really would be great to add this to the default templates.