summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-06 18:28:12 +0000
committerGerrit Code Review <review@openstack.org>2020-04-06 18:28:12 +0000
commit5bb80b8e2ea226bc7f030acd6f64f32a61465183 (patch)
treee0a5825f7cbd3832ca859c12c44fede2200cd4ce /releasenotes
parent33fef37bc5f802a2f49858f32a4f0e92664215de (diff)
parent431b4cfb57ec1ede94ba0fb60f46cbe478b52704 (diff)
downloadzuul-5bb80b8e2ea226bc7f030acd6f64f32a61465183.tar.gz
Merge "Make github file annotation levels configurable via zuul return"
Diffstat (limited to 'releasenotes')
-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`.