Open
Description
Schema Inaccuracy
#/components/parameters/run-id
- Workflow Run IDs overflow on int32. Add format: int64
#/components/schemas/workflow-run/id
- Workflow Run IDs overflow on int32. Add format: int64
Expected
No overflow
Reproduction Steps
Reported at octokit/dotnet-sdk#145