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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
When checking & syncing up GitHub App installations, also check if a GitHub App status returns a 404 (from the Get App endpoint). Record that the App looks deleted, and surface that as a warning in the admin UI.
Proposal: Maybe the better user experience is that rather than deleting an App if we got a 404, we record that it looks deleted, and surface that as a warning from the admin UI...
Enhancement to PR#52897
When checking & syncing up GitHub App installations, also check if a GitHub App status returns a
404(from the Get App endpoint). Record that the App looks deleted, and surface that as a warning in the admin UI.Proposal: Maybe the better user experience is that rather than deleting an App if we got a 404, we record that it looks deleted, and surface that as a warning from the admin UI...