mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
[feat] Add pending WorkflowRunStatus
Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
This commit is contained in:
@@ -14,5 +14,7 @@ namespace Octokit
|
|||||||
Queued,
|
Queued,
|
||||||
[Parameter(Value = "waiting")]
|
[Parameter(Value = "waiting")]
|
||||||
Waiting,
|
Waiting,
|
||||||
|
[Parameter(Value = "pending")]
|
||||||
|
Pending
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user