-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
🆕 After install, set status on existing pull requests #98
Labels
Comments
Before working on this I need to make sure that we have propper queueing in place for the requests to avoid hitting abuse rate limits |
This comment has been minimized.
This comment has been minimized.
We have proper request throttling now, so let's do this. Here is my plan:
|
🎉 This issue has been resolved in version 4.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
follow up for #97 (comment)
Currently the app does not set a status on existing pull requests. But I think it should. What’s important to consider is to throttle the requests, see https://developer.github.com/v3/guides/best-practices-for-integrators/
The text was updated successfully, but these errors were encountered: