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 {
5555
5656// ListWorkflowRunsOptions specifies optional parameters to ListWorkflowRuns.
5757type 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"`
6466 ListOptions
6567}
6668
You can’t perform that action at this time.
0 commit comments