zuul/releasenotes/notes/file-comment-levels-9b26156addc3644f.yaml
Tobias Henkel 1f3ce6ca7c
Add upgrade note to 3.19 regarding check run permissions
Zuul 3.19 requires check run permissions which was an oversight when
creating the release. Therefore update the upgrade notes to add this.

Change-Id: Ibaaa9474d0a537fe25ef8a1024badf4902e3cc77
2020-10-02 18:23:49 +02:00

14 lines
502 B
YAML

---
features:
- |
The annotation levels for the file comments reported via Github checks
API are now configurable in ``zuul_return``. Each file comment entry can
provide an optional ``level`` parameter ``[info|warning|error]`` that will
be picked up by the Github reporter.
For more details on how to provide file comments from Zuul, see the
documentation of the :ref:`return_values`.
upgrade:
- With GitHub the Zuul app now requires permissions to read/write check runs.