summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-exclude-include-priority-ea4a21ab1e53cb4a.yaml
blob: 9dd238faf49433fa62ba1c068cb2987bfc33cf37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - |
    Fixes `tenant.untrusted-projects.<project>.include-branches` being lower
    priority than `tenant.untrusted-projects.<project>.exclude-branches` to
    match the documentation and expected user behavior.

    This only affects projects that are using both `include-branches` and
    `exclude-branches` at the same time. Now, `include-branches` has priority
    over `exclude-branches` for any branches that match both. Practically
    speaking, this means that `exclude-branches` is ignored if
    `include-branches` is set.