summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorFelix Edel <felix.edel@bmw.de>2020-03-04 15:37:28 +0100
committerFelix Edel <felix.edel@bmw.de>2020-05-12 16:48:16 +0200
commit07cf1e1a6e11181b1abebc35067a9aa20bef4e47 (patch)
tree3d267d373e0ba4bc70f644d077b8c2c84e74ece0 /releasenotes
parent98a8ebe8901909cc4f5faba8ec2a21300fb297b9 (diff)
downloadzuul-07cf1e1a6e11181b1abebc35067a9aa20bef4e47.tar.gz
Allow check runs to be configured as required status in pipeline config
Although commit checks and statuses can only be retrieved via their respective APIs, Github does not differentiate between both in terms of branch protection and in the status section (below the comments of a PR). To mimic this behaviour in Zuul, one can now configure a check run as required status in the pipeline config. Change-Id: Ia5757c476bcee6082991928ab7c1743d0200d04a
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/github-require-check-294d3f27da790fae.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/github-require-check-294d3f27da790fae.yaml b/releasenotes/notes/github-require-check-294d3f27da790fae.yaml
new file mode 100644
index 000000000..a01d59b20
--- /dev/null
+++ b/releasenotes/notes/github-require-check-294d3f27da790fae.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ The status pipeline requirements of the Github driver
+ :attr:`pipeline.require.<github source>.status` now also matches
+ on statuses reported via the Github checks API.