MCPcopy Create free account
hub / github.com/github/gh-aw / workflowRunsSpinnerMessage

Function workflowRunsSpinnerMessage

pkg/cli/logs_github_api.go:373–378  ·  view source on GitHub ↗
(opts ListWorkflowRunsOptions)

Source from the content-addressed store, hash-verified

371}
372
373func workflowRunsSpinnerMessage(opts ListWorkflowRunsOptions) string {
374 if opts.TargetCount > 0 {
375 return fmt.Sprintf("Fetching workflow runs from GitHub... (%d / %d)", opts.ProcessedCount, opts.TargetCount)
376 }
377 return "Fetching workflow runs from GitHub..."
378}

Callers 2

Calls

no outgoing calls

Tested by 1