# README
pullrequest-init
pullrequest-init fetches pull request data from the given URL and places it in the provided path.
This binary outputs a generic pull request object into a set of generic files, as well as provider specific payloads.
Currently supported providers:
- GitHub
Generic pull request payload
For information about the payloads written to disk, see the resource documentation.
Status code conversion
Tekton Status Code | GitHub Status State |
---|---|
success | success |
neutral | success |
queued | pending |
in_progress | pending |
failure | failure |
unknown | error |
error | error |
timeout | error |
canceled | error |
action_required | error |