Versions in this module Expand all Collapse all v0 v0.1.0 Dec 19, 2025 Changes in this version + func FetchJobs(ctx context.Context, client *Client, owner, repo string, workflowID int64, ...) error + func FetchRuns(ctx context.Context, client *Client, owner, repo string, workflowID int64, ...) ([]int64, error) + func FetchStoredRunJobs(ctx context.Context, client *Client, owner, repo string, workflowID int64, ...) error + type Client struct + func NewClient(token string) *Client + func (c *Client) Actions() *github.ActionsService + func (c *Client) RateLimits(ctx context.Context) (*github.RateLimits, error) + type RunOptions struct + Created string