[Schema Inaccuracy] Workflow Run ID overflow on int32; update to int64

Open
#4,511 1 comment 10 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
openapi
Domain
api

Research direction

Start by locating the OpenAPI entries at #/components/parameters/run-id and #/components/schemas/workflow-run/id, then compare their current integer formats with the reported overflow. Done means both Workflow Run ID definitions use int64 and the schema no longer represents these IDs as int32.

Written by the indexing model from the issue text.

Description

documentation

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 https://github.com/octokit/dotnet-sdk/issues/145

Dominant language
No language data
Stars
1.6k
Forks
342
Avg merge
3h 33m
Merged PRs (30d)
51

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from github/rest-api-description

All issues in github/rest-api-description

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.