summaryrefslogtreecommitdiff
path: root/releasenotes/notes/file-comment-levels-9b26156addc3644f.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/file-comment-levels-9b26156addc3644f.yaml')
-rw-r--r--releasenotes/notes/file-comment-levels-9b26156addc3644f.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/file-comment-levels-9b26156addc3644f.yaml b/releasenotes/notes/file-comment-levels-9b26156addc3644f.yaml
new file mode 100644
index 000000000..ec5dff2bb
--- /dev/null
+++ b/releasenotes/notes/file-comment-levels-9b26156addc3644f.yaml
@@ -0,0 +1,10 @@
+---
+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`.