dotnet / arcade-services

Arcade Engineering Services
MIT License
53 stars 74 forks source link

Migrate Maestro to `Octokit.Webhooks` #3527

Open JamieMagee opened 3 months ago

JamieMagee commented 3 months ago

Maestro currently uses the Microsoft.AspNetCore.WebHooks.Receivers.GitHub package to receive and process GitHub webhooks. This package has been deprecated as part of the .NET package maintenance effort^1.

GitHub now has an official Octokit.Webhooks (and Octokit.Webhooks.AspNetCore) package^2 that's actively being supported. In the long-term, Maestro should probably be migrated to use the official upstream package.

premun commented 2 months ago

Thanks for the heads up!