newaperio / custodian

GitHub bot to manage routine tasks.
https://newaperio.github.io/custodian
MIT License
4 stars 1 forks source link

Add repo webhook processor to respond to rename events #26

Closed lleger closed 5 years ago

lleger commented 5 years ago

When a repo is renamed it breaks Custodian. It still gets all the PR events but when it tries to do anything against the API it'll fail since the GitHub API operates based on repo org/name pair vs repo ID.