Skip to content

Commit

Permalink
[feat] Add pending WorkflowRunStatus
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Floyd <[email protected]>
  • Loading branch information
beliakov-mb and nickfloyd authored Jan 23, 2023
1 parent 24398bf commit e3e27bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Octokit/Models/Response/WorkflowRunStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ public enum WorkflowRunStatus
Queued,
[Parameter(Value = "waiting")]
Waiting,
[Parameter(Value = "pending")]
Pending
}
}

0 comments on commit e3e27bb

Please sign in to comment.