
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
9 lines
348 B
YAML
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.
|