We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd5d19 commit 1b82d08Copy full SHA for 1b82d08
github/actions_workflow_runs.go
@@ -49,10 +49,11 @@ type WorkflowRuns struct {
49
50
// ListWorkflowRunsOptions specifies optional parameters to ListWorkflowRuns.
51
type ListWorkflowRunsOptions struct {
52
- Actor string `url:"actor,omitempty"`
53
- Branch string `url:"branch,omitempty"`
54
- Event string `url:"event,omitempty"`
55
- Status string `url:"status,omitempty"`
+ Actor string `url:"actor,omitempty"`
+ Branch string `url:"branch,omitempty"`
+ Event string `url:"event,omitempty"`
+ Status string `url:"status,omitempty"`
56
+ Created string `url:"created,omitempty"`
57
ListOptions
58
}
59
0 commit comments