mergeable
mergeable copied to clipboard
Documentation misleads about 'match' option pattern
While reading docs I found many times something like match: ['src'] but when I was trying to use it, it wasn't work. I found out that patterns like src or libs are incorrect and I fix it using src/** or libs/**.
Solution: Please, update the documentation.