A GitHub App built with probot that comments on pull requests that make use of abusive language in comments.
Simply install the app and the bot will keep 👀 on PRs that have abusive comments.
When a PR is opened or updated, it will scan through the diffs of files and comment if the PR is adding any abusive comments.
# Install dependencies
npm install
# Run the bot
npm start