Feature or enhancement
The CI has a limit of 120, as can be seen in today's run.
Looking at the docs on rate limits, IIUC the action would fall under:
GitHub Apps authenticating with an installation access token ... on a GitHub Enterprise Cloud organization, the installation has a rate limit of 15,000 requests per hour.
There is also the option of adding a GITHUB_TOKEN to increase the limit to 15000.
Linked PRs