mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
feat: Add 'Pending' member to WorkflowJobStatus enum
This commit is contained in:
@@ -12,5 +12,7 @@ namespace Octokit
|
||||
Completed,
|
||||
[Parameter(Value = "waiting")]
|
||||
Waiting,
|
||||
[Parameter(Value = "pending")]
|
||||
Pending,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user