Netflix / hubcommander

A Slack bot for GitHub organization management -- and other things too
Apache License 2.0
1.28k stars 156 forks source link

Renamed GitHub repos throw off the bot #73

Closed mikegrima closed 6 years ago

mikegrima commented 6 years ago

When a repository is renamed, GitHub redirects to the new location of the repo.

This causes issues when trying to create new repos over the old namespace. Need to investigate if there is a response code we can detect for when this happens and react properly.

mikegrima commented 6 years ago

Fixed in #74