zuul/releasenotes/notes/requested-c7f561f338348f9e.yaml
Tobias Henkel 21ce3f9ad7
Remove translation of check run action in github driver
Drivers should pass event data unmodified so trigger documentation can
refer directly to upstream api documentation like GitHub. This is
handled incorrectly for the check_run action 'rerequested' which had
been simplified to 'requested'. Fix this by removing the translation
and add a temporary compatibility layer to prepare future removal.

Change-Id: I2a75c92d1aeacf261b517a328d91ea02f6013762
2021-05-11 22:10:46 +02:00

9 lines
348 B
YAML

---
deprecations:
- |
Zuul now correctly handles the ``rerequested`` action on check run trigger
definitions (:value:`pipeline.trigger.<github source>.event.check_run`)
literally. This has been ``requested`` which doesn't match the GitHub api.
The value ``requested`` is now deprecated and will be removed in a later
release.