You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have another case of repo renaming and BAR missing its installation ID.
When this happens, users are unable to create subscriptions because the DB is missing the installation ID row for the renamed repository.
@dkurepa please roll this out and try creating a subscription targeting https://github.com/dotnet/yarp (they asked for Arcade subscription specifically).
We have another case of repo renaming and BAR missing its installation ID.
When this happens, users are unable to create subscriptions because the DB is missing the installation ID row for the renamed repository.
We can actually go and query the ID easily so we can do that for the user when they try to create the first subscription for the new repo:
https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#get-a-repository-installation-for-the-authenticated-app
We need the installation ID to get a token against the repository through the GitHub app.
The text was updated successfully, but these errors were encountered: