vishesh-baghel / glide

You can see how Glidee-bot works by installing it from here
https://github.com/apps/glidee-bot
ISC License
0 stars 0 forks source link

Add installation_repositories.added listener to process newly added or removed repositories #23

Open vishesh-baghel opened 8 months ago

vishesh-baghel commented 8 months ago

It is important to handle removed repositories because it may happen that the bot won't be able to fetch the details of the removed repository. use response.repositories_added to get the list. same for removed repos. ` "repositories_added": [ { "id": 732309770, "node_id": "R_kgDOK6YpCg", "name": "lombok", "full_name": "vishesh-baghel/lombok", "private": false } ], "repositories_removed": [

], `