
Although commit checks and statuses can only be retrieved via their respective APIs, Github does not differentiate between both in terms of branch protection and in the status section (below the comments of a PR). To mimic this behaviour in Zuul, one can now configure a check run as required status in the pipeline config. Change-Id: Ia5757c476bcee6082991928ab7c1743d0200d04a
7 lines
199 B
YAML
7 lines
199 B
YAML
---
|
|
features:
|
|
- |
|
|
The status pipeline requirements of the Github driver
|
|
:attr:`pipeline.require.<github source>.status` now also matches
|
|
on statuses reported via the Github checks API.
|