newaperio / custodian

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

Renamed repos #19

Closed lleger closed 5 years ago

lleger commented 6 years ago

When a repo is renamed, Custodian will fail on some actions, since it uses the repo name to do the look up. We need to see if there's a web hook to update the name in our DB or switch our calls to use the repo ID instead.