Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ievangelist/github.profanityfilter
An Azure function to handle a GitHub webhook, which will take action on issues/pull requests that contain profanity.
https://github.com/ievangelist/github.profanityfilter
asp-net-core aspnetcore azure azure-functions csharp csharp8 dotnet-core dotnetcore github-api github-graphql github-webhook github-webhooks graphql
Last synced: about 2 months ago
JSON representation
An Azure function to handle a GitHub webhook, which will take action on issues/pull requests that contain profanity.
- Host: GitHub
- URL: https://github.com/ievangelist/github.profanityfilter
- Owner: IEvangelist
- Created: 2019-08-29T00:43:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T14:28:24.000Z (almost 4 years ago)
- Last Synced: 2024-05-29T17:16:58.581Z (7 months ago)
- Topics: asp-net-core, aspnetcore, azure, azure-functions, csharp, csharp8, dotnet-core, dotnetcore, github-api, github-graphql, github-webhook, github-webhooks, graphql
- Language: C#
- Homepage:
- Size: 945 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub - Profanity Filter
This project is an Azure function to handle a GitHub webhook, which will take action on issues/pull requests that contain profanity. Currently a webhook on this repository calls the compiled version of this project - the Azure function wakes up and takes appropriate action by filtering out profanity on issue and pull request titles and body text.
![Profanity Filter](profanity-filter.png)