IDs in the GitHub Actions API are large and require explicit int64 on 32 bit systems in order to function. This issue covers adding a linting rule that checks for all struct fields called ID to be explicitly of type int64 so we don't have to worry about the default int length when consuming GH APIs.
For context: #3432
IDs in the GitHub Actions API are large and require explicit
int64on 32 bit systems in order to function. This issue covers adding a linting rule that checks for all struct fields calledIDto be explicitly of typeint64so we don't have to worry about the default int length when consuming GH APIs.For context: #3432