Skip to content

Commit

Permalink
Update the formatting for ListCheckRunsOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rojanDinc committed Jan 1, 2022
1 parent 921a424 commit 1fecc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/checks.go
Expand Up @@ -234,7 +234,7 @@ type ListCheckRunsOptions struct {
CheckName *string `url:"check_name,omitempty"` // Returns check runs with the specified name.
Status *string `url:"status,omitempty"` // Returns check runs with the specified status. Can be one of "queued", "in_progress", or "completed".
Filter *string `url:"filter,omitempty"` // Filters check runs by their completed_at timestamp. Can be one of "latest" (returning the most recent check runs) or "all". Default: "latest"
AppID *int64 `url:"app_id,omitempty"` // Filters check runs by GitHub App ID.
AppID *int64 `url:"app_id,omitempty"` // Filters check runs by GitHub App ID.

ListOptions
}
Expand Down

0 comments on commit 1fecc18

Please sign in to comment.