summaryrefslogtreecommitdiff
path: root/releasenotes/notes/project-regex-update-dcc183d923a6acdd.yaml
blob: 87c0e3fb15aece7a809ee02421feadee8efde685 (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Project name regex handling has been updated to return all possible
    matches. Previously if there were collisions with short names it was an
    error. The point of the regex system is to simplify configuration and
    apply configs to all projects that match. Collisions don't impact this
    behavior so we don't need to raise an error in these cases.