[Schema Inaccuracy] POST /repos/{owner}/{repo}/check-runs
requestBody has anyOf but should be oneOf
#228
Labels
POST /repos/{owner}/{repo}/check-runs
requestBody has anyOf but should be oneOf
#228
This bug is blocking octokit/types.ts#283 @imwiss /cc @tlbdk
Same problem as #220, but this time for
PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}
instead ofPOST /repos/{owner}/{repo}/check-runs
. If it's the same schema, maybe it could be referenced?Schema Inaccuracy
Full schema for
PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}
Expected
Reproduction Steps
n/a
The text was updated successfully, but these errors were encountered: