Skip to content

Commit 1b82d08

Browse files
authored
Add created field to ListWorkflowRunsOptions (#2083)
1 parent bbd5d19 commit 1b82d08

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

github/actions_workflow_runs.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ type WorkflowRuns struct {
4949

5050
// ListWorkflowRunsOptions specifies optional parameters to ListWorkflowRuns.
5151
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"`
52+
Actor string `url:"actor,omitempty"`
53+
Branch string `url:"branch,omitempty"`
54+
Event string `url:"event,omitempty"`
55+
Status string `url:"status,omitempty"`
56+
Created string `url:"created,omitempty"`
5657
ListOptions
5758
}
5859

0 commit comments

Comments
 (0)