
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
14 lines
502 B
YAML
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.
|