You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are collecting the check runs for each PR, by using next API: client.Checks.ListCheckRunsForRef and ref as PR.
is it possible to collect check runs configuration? For example: is it required manual approval for this check, it is allowed to failed, the yaml code for this check as well.
The text was updated successfully, but these errors were encountered:
I'm not aware of any way to do that, and I don't think there will be a direct link between the two because checks aren't directly connected to workflow runs.
Generally it is probably more productive to get answers about what you can do with the GitHub API from either the docs or GitHub community discussions. Once you have that, this is where you come to figure out how to use go-github to make the API requests you need.
we are collecting the check runs for each PR, by using next API: client.Checks.ListCheckRunsForRef and ref as PR.
is it possible to collect check runs configuration? For example: is it required manual approval for this check, it is allowed to failed, the yaml code for this check as well.
The text was updated successfully, but these errors were encountered: