Skip to content

Commit

Permalink
Merge pull request cli#10143 from dziamidchyk/add-pending-status-for-…
Browse files Browse the repository at this point in the history
…workflows

add pending status for workflow runs
  • Loading branch information
jtmcg authored Dec 27, 2024
2 parents 48bc3ca + f9767d0 commit c968e5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/run/shared/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const (
InProgress Status = "in_progress"
Requested Status = "requested"
Waiting Status = "waiting"
Pending Status = "pending"

// Run conclusions
ActionRequired Conclusion = "action_required"
Expand All @@ -53,6 +54,7 @@ var AllStatuses = []string{
"in_progress",
"requested",
"waiting",
"pending",
"action_required",
"cancelled",
"failure",
Expand Down

0 comments on commit c968e5c

Please sign in to comment.