zuul/releasenotes/notes/skipped-and-neutral-check-runs-8703e5d910ed0e31.yaml
Paul Belanger 94ee11ec18 Add skipped / neutral statuses to the github driver
Github also supported these 2 settings in check runs. In the case of a
PR being dequeued it maybe be nicer in the UI to use 'skipped' as Github
will render this as 'grey'.

https://docs.github.com/en/rest/reference/checks#update-a-check-run

Change-Id: I9313a4f96655054fd2ba1b4f899c1959283f159e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2021-06-25 14:48:16 -04:00

7 lines
181 B
YAML

---
features:
- |
The Github driver can now use 'skipped' and 'neutral' status for
:attr:`pipeline.<reporter>.<github source>.check` attribute on the
Github reporter.