-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: WorkflowJobStatus enum does not contain "pending" value. #2882
Comments
@kfcampbell should the existing enum just be extended with a |
@redoz I'm sorry I'm a bit confused. Your title mentions |
@kfcampbell Sorry for the confusion, I'm getting the error while accessing the I can easily submit a PR to add the And maybe I'm looking at the wrong place but it seems the step is documented to have the following statuses: So, before I put effort into submitting a PR, I figured I'd ask for some clarification to make sure it got fixed correctly. I hope that makes more sense, thanks for your time so far! |
Thanks for the detailed explanation! I've done a little code spelunking internally and I think it's appropriate to add a |
What happened?
I get an exception when trying to read the value of
WorkflowJobStep.Status
as it sends 'pending' but that's not a valid value for that Enum. It seems very similar to this issue from last year: #2656Versions
Using Octokit 9.1.2 on .NET 8 running on Windows.
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: