summaryrefslogtreecommitdiff
path: root/releasenotes/notes/override-checkout-implied-branches-29fc5b4e6226739b.yaml
blob: df79162a1c8638d27fe234a5fc18c037e78d265b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    The use of implied branch matchers in jobs where
    `override-checkout` was specified could cause some jobs to include
    unintended variants.  Specifically: job variants with implied
    branch matchers on branches which are substring matches of a
    branch specified in the `override-checkout` job attribute may have
    been used when not intended.

    This has been corrected so that the same job variant matching
    process happens whether the change's branch or the branch
    specified by override-checkout is used.