aspnet / WebHooks

[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Apache License 2.0
627 stars 439 forks source link

Azure Container Registry webhook receiver contribution #304

Closed julioct closed 6 years ago

julioct commented 6 years ago

Hi all, I created a webhook receiver for Azure Container Registry that I've been using successfully in a project for a while. So decided to contribute it back to this repo:

303 Add the Azure Container Registry webhook receiver

Please let me know if you are looking for anything else to get this contribution in.

Julio

sajayantony commented 6 years ago

/cc @glennc

mkArtakMSFT commented 6 years ago

Hi @julioct. Thanks for your PR.

While we are happy seeing PRs from the community, it takes some effort from us to both review and later on maintain it. At the moment, we're heads down finishing up 2.1 milestone for ASP.NET Core and Preparing for the next 2.2 milestone. WebHooks is not really a priority for that milestone, so we'd like to reduce the churn in that area at the moment, to stay focused. That said, we're moving this issue into the backlog to consider it later.

dougbu commented 6 years ago

b695327