-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
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.
// ListWorkflowRunsOptions specifies optional parameters to ListWorkflowRuns.
type ListWorkflowRunsOptions struct {
Actor string `url:"actor,omitempty"`
Branch string `url:"branch,omitempty"`
Event string `url:"event,omitempty"`
Status string `url:"status,omitempty"`
Created string `url:"created,omitempty"`
ListOptions
}
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?
gmlewisgmlewis
Metadata
Metadata
Assignees
Labels
No labels