I have created Oauth App to get user token and i'm using PyGithub to create repos and add hooks/events to them. I'm trying to figure out if a repo the Oauthapp created is deleted using a webhook.
The available hooks list includes tracking of creating pull/push requests etc.. but it doesn't include events for repo deletion tracking .
Is this even available in Github Restapi or we just can't tell if a repo created by Oauth app still exist or not automatically without setting scheduler to check every x mins.