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
- Host: GitHub
- URL: https://github.com/jokk-itu/pullrequest-listener
- Owner: jokk-itu
- License: apache-2.0
- Created: 2024-07-11T18:21:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T11:50:08.000Z (over 1 year ago)
- Last Synced: 2025-08-10T15:45:10.972Z (10 months ago)
- Topics: azure, azure-devops, azure-functions, csharp, dotnet
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.