-
Notifications
You must be signed in to change notification settings - Fork 42
Invalid enum values for list workflow runs #664
Comments
Did you by chance test if the status supports enum values from both check run status & conclusion? |
Yes, I tested. When I specified "completed", list workflow runs returned both successful and failed runs. And when I specified "success", it returned only successful runs. It seems the status parameter supports enum values from both check run status & conclusion. |
Thanks Miyata, I've shortly talked to the docs team. They are on a week-long summit right now so it might take a moment to be addressed, but I'm sure it will be resolved soon. I'll keep you posted |
Thank you for your quick response😆 |
@gr2m Any update on this issue? |
Sorry I dropped the ball on this one. Is this a blocker for you in some way? |
This is not blocker for me because I execute the API with a way other than octokit now. But I don't like this workaround, so please fix it.🙇♂️ |
Current specification
routes/openapi/api.github.com/operations/actions/list-workflow-runs.json
Lines 62 to 71 in 250db51
I expected
"status" param can be one of the check run "status" or "conclusion"
The text was updated successfully, but these errors were encountered: