arcade-services
arcade-services copied to clipboard
Add a GitHub event handler for Repository renaming
We need to add an endpoint in our WebHookController that will handle events GitHub fires when a repository is renamed. Currently, this is bringing unnecessary pain, as it requires manual change in the BAR repository, for example https://github.com/dotnet/arcade-services/issues/3087
I had a look into this issue. The biggest blocker is that settings for the Repository webhook are configured in the Repository settings, meaning that we'd have to add them in every repository individually, and keep doing that for newly created repos. There might be a way for org admins to set this settings for all repos in the org