zuul/releasenotes/notes/gitlab-require-labels-102a5885d3396417.yaml
Niklas Borg f0a7e4c4ec Required gitlab labels is subset of set labels
All labels in require.labels should be set on the change for the
pipeline to start

Change-Id: Ib3660a08dd7c72f9a7363587f9d1829bec92b8c2
2022-01-14 18:53:39 +00:00

8 lines
303 B
YAML

---
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.