Open Yanpas opened 3 years ago
I have two opened repositories, one of them has branch that doesn't match regex
Then write your regex better?
eg: let's say you need to match "TCM-123" or "ITM-456". Then your regex setting would be something like "*?((TCM|ITM)-\\d+):"
"*?((TCM|ITM)-\\d+):"
I have two opened repositories, one of them has branch that doesn't match regex