File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,14 @@ type WorkflowRuns struct {
55
55
56
56
// ListWorkflowRunsOptions specifies optional parameters to ListWorkflowRuns.
57
57
type ListWorkflowRunsOptions struct {
58
- Actor string `url:"actor,omitempty"`
59
- Branch string `url:"branch,omitempty"`
60
- Event string `url:"event,omitempty"`
61
- Status string `url:"status,omitempty"`
62
- Created string `url:"created,omitempty"`
63
- HeadSHA string `url:"head_sha,omitempty"`
58
+ Actor string `url:"actor,omitempty"`
59
+ Branch string `url:"branch,omitempty"`
60
+ Event string `url:"event,omitempty"`
61
+ Status string `url:"status,omitempty"`
62
+ Created string `url:"created,omitempty"`
63
+ HeadSHA string `url:"head_sha,omitempty"`
64
+ ExcludePullRequests bool `url:"exclude_pull_requests,omitempty"`
65
+ CheckSuiteID int64 `url:"check_suite_id,omitempty"`
64
66
ListOptions
65
67
}
66
68
You can’t perform that action at this time.
0 commit comments