arcade-services icon indicating copy to clipboard operation
arcade-services copied to clipboard

Add a GitHub event handler for Repository renaming

Open dkurepa opened this issue 2 years ago • 1 comments

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

dkurepa avatar Nov 23 '23 13:11 dkurepa

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

dkurepa avatar Dec 21 '23 14:12 dkurepa