A Probot app that supports a /debug
command in issue and pull request comments which helps debugging rate limit issues with Probot apps.
Creates a comment with the current rate limit status.
Note that GitHub App installations may have a higher rate limit depending on number of users and repositories, see here.
Creates a comment with the installation ID. Note that rate limits count per installation.
Makes a GraphQL request that counts against the GraphQL rate limit and creates a comment with the returned GraphQL rate limiting field values.
# Install dependencies
npm install
# Run the bot
npm start
If you have suggestions for how rate-limit-probot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
ISC © 2019 Steffen Hiller [email protected]