You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 effort1.
GitHub now has an official Octokit.Webhooks (and Octokit.Webhooks.AspNetCore) package2 that's actively being supported. In the long-term, Maestro should probably be migrated to use the official upstream package.
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 effort1.GitHub now has an official
Octokit.Webhooks
(andOctokit.Webhooks.AspNetCore
) package2 that's actively being supported. In the long-term, Maestro should probably be migrated to use the official upstream package.Footnotes
https://github.com/dotnet/announcements/issues/217 ↩
https://github.com/octokit/webhooks.net ↩
The text was updated successfully, but these errors were encountered: