An open API service indexing awesome lists of open source software.

https://github.com/jokk-itu/pullrequest-listener

Azure Functions to listen for webhook events from Azure DevOps
https://github.com/jokk-itu/pullrequest-listener

azure azure-devops azure-functions csharp dotnet

Last synced: about 1 month ago
JSON representation

Azure Functions to listen for webhook events from Azure DevOps

Awesome Lists containing this project

README

          

# pullrequest-listener

Azure function app used as a webhook for Azure DevOps.
It listens for the following events:
- PullRequest Created
- PullRequest Updated

## Run solution

Run the following command
```
dotnet run
```

## HTTP test

It is possible to test the functions through the app.http file.