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,
|
Completed,
|
||||||
[Parameter(Value = "waiting")]
|
[Parameter(Value = "waiting")]
|
||||||
Waiting,
|
Waiting,
|
||||||
|
[Parameter(Value = "pending")]
|
||||||
|
Pending,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user