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
GitHub added this option to the following API:
/repos/{owner}/{repo}/actions/runs
Only returns workflow runs that are associated with the specified
head_sha.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Hi, I want to trigger a workflow for a given SHA, then query the ID of the run, to eventually collect the logs and status.
This is available in the API now, however the latest version of go-github doesn't have it available in the struct yet.
https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#list-workflow-runs-for-a-repository
I don't know how to contribute to this library, or whether external contributions are welcome/harder for the maintainers than adding this themselves.
What would be a good next step to get this in?
The text was updated successfully, but these errors were encountered: