-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
GitHub push webhooks limit with translations #12203
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
Comments
I've just fixed this for this particular translation by removing webhook we no longer use. But still, we're going to hit this again once another language is translated. |
We are migration our GitHub OAuth app to a GitHub App and we won't use the same webhook approach, so this may not be an issue anymore. @stsewd do you know how we are handling monorepo with multiple translations with the new GitHub App? |
This shouldn't be a problem with the new GitHub App, we basically listen to one repo, and then our backend applies that same operation to all projects linked to that repo. |
Is there a beta where we could participate? |
Details
Expected Result
I wanted to add another translation of our documentation and let RTD configure webhook at GitHub.
Actual Result
The setup failed:
I was confident that the permissions were there (it worked before), so I went to GitHub and I got a different error:
So the issue is that we have just reached 20 languages and thus have 20 webhooks just from readthedocs.org.
The text was updated successfully, but these errors were encountered: