See reasons for failure on PR CI check run #145272
Unanswered
milesworking
asked this question in
API and Webhooks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to programmatically check the CI status of a PR and read the explanation logs of any failure.
Body
The check runs and check suite api's provide response that contain properties like
but I cannot find a section that shows exactly which steps of the CI pipeline failed and precise explanations for rejection.
When I go visit the html_url and details_url, I do see the CI logs, but I need this information programmatically; not simply reading it from a web browser.
The closest I can find is
output.text
from the check runs examplebut this looks like a manual human reviewer, not output logs from a CI failure.
Is this supported by the API? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions