summaryrefslogtreecommitdiff
path: root/releasenotes/notes/gitlab-require-labels-102a5885d3396417.yaml
blob: 3c001fdaf042602318ae30f87597bbc7f40dba59 (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    The `labels` pipeline requirement in the `gitlab` driver erroneously treated
    the labels as a boolean `or` but should have treated them as a boolean `and`
    (i.e., all listed labels are required).
    The behavior has been updated to match the documentation and other drivers.