af2c919ca7
This patch provides the general functionality to allow reporting of dequeued items and makes use of that in the Github checks API. This reporting will only apply if the item wasn't a success or failure. Change-Id: I1297da4d1708908c6b179110479fe0450e5550fe
7 lines
232 B
YAML
7 lines
232 B
YAML
---
|
|
features:
|
|
- |
|
|
Pipelines now provide a :attr:`pipeline.dequeue` reporter action so that
|
|
reporters may run whenever an item is dequeued. The dequeue reporters will
|
|
only apply if the item wasn't a success or failure.
|