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

Added support for git.push, git.pullrequest.created, and git.pullrequest.updated. #72

Closed jproefrock closed 8 years ago

jproefrock commented 8 years ago

Added support for git.push, git.pullrequest.created, and git.pullrequest.updated to VSTS Receiver. Also added related tests.

dnfclas commented 8 years ago

Hi @jproefrock, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla2.dotnetfoundation.org.

TTYL, DNFBOT;

dnfclas commented 8 years ago

@jproefrock, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.
Thanks, DNFBOT;

jproefrock commented 8 years ago

Let me know if there are any issues with this pull request. I would love to see this in the pre release nuget package.

HenrikFrystykNielsen commented 8 years ago

It's in: 3f0f4cb8a380792a236968ea775e9a4330ea7245 :)

Thanks!

Henrik