-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid request. No more than 50 items are allowed #12
Comments
With just two TypeScript source files in my directory, I'm seeing the error message:
I think (but not have verified) the error message is hitting the octokit |
I am also having this issue. Would've loved to use this action. |
I'm running into this too, anyone find a solution? |
The best "solution" I found was migrating to ESLint since TSLint is now deprecated. There's a guide with an automatic utility that does the job https://code.visualstudio.com/api/advanced-topics/tslint-eslint-migration I use this GitHub Action as a replacement, it works great: https://github.com/marketplace/actions/eslint-js-ts-action |
When a project has more than 50 files to run tslint onto, the pipeline fails. I am using version 1.1.1
The text was updated successfully, but these errors were encountered: