summaryrefslogtreecommitdiff
path: root/releasenotes/notes/implied-branch-exact-match-74cd3f227a2f6361.yaml
blob: caca449fb3a353811960fe30a40cc60759820967 (plain)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Projects and jobs on branches whose names have special characters
    in regular expressions could fail to match changes as intended.
    Implied branch matchers automatically generated from branch names
    are now treated as requiring exact matches.  Any user-specified
    branch matcher (including in :attr:`job.branches` and
    :attr:`pragma.implied-branches`) are still treated as regular
    expressions.