[BUG]: POST /repos/{owner}/{repo}/check-runs status
Type is Incomplete
#438
Labels
Status: Blocked
Some technical or requirement is blocking the issue
Type: Bug
Something isn't working as documented
What happened?
The
POST /repos/{owner}/{repo}/check-runs
API has a request body fieldstatus
which, according to the API docs and the OpenAPI document (relevant snippet pasted below), is an enum that can take on the following values:queued
,in_progress
,completed
,waiting
,requested
,pending
.OpenAPI document snippet:
However, the
status
field's type in@octokit/openapi-types
v22.2.0 is:I think the types for this package may need to be regenerated.
Versions
@octokit/openapi-types
version 22.2.0Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: