zuul/releasenotes/notes/github-checks-annotations-0b3e417b167e58d2.yaml
Felix Edel fe3b5e3bae
Support file comments via Github checks API
Zuul is already providing these file comments via the zuul_return value.
So far, the Github reporter wasn't able to use those, but with the help
of the checks API we can add so called "annotations" to each check run.

Change-Id: Iff10172f95dc0430bec8e4dafb9a6c09bbe06077
2020-02-19 14:01:41 +01:00

11 lines
389 B
YAML

---
features:
- |
The Github driver can now report file comments via Github checks API.
If a github reporter is configured to use the checks API, file comments
provided via ``zuul_return`` will automatically be reported to the pull
request in Github.
For more details on how to provide file comments from Zuul, see the
documentation of the :ref:`return_values`.