mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-13 17:23:02 +08:00
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
---
|
|
title: Background Check
|
|
description: Notifies maintainers when new contributors who have been toxic in the
|
|
past join the project
|
|
slug: background-check
|
|
screenshots:
|
|
- https://raw.githubusercontent.com/probot/background-check/master/assets/demonstration.png
|
|
authors:
|
|
- itaditya
|
|
repository: probot/background-check
|
|
host: https://probot-background-check.herokuapp.com
|
|
stars: 10
|
|
updated: 2018-08-11 14:06:36 UTC
|
|
installations: 26
|
|
organizations:
|
|
- probot
|
|
- debugger22
|
|
- publiclab
|
|
- campus-experts
|
|
- dshaw
|
|
- Richienb
|
|
- CallumIddon
|
|
- MarvinJWendt
|
|
- bsoyka
|
|
- jkvora
|
|
---
|
|
|
|
When a new contributor comments on your repository, sentiment analysis is run on their recent public comments. If 5 or more comments stand out as toxic, then an issue is opened for this user in `probot-background-check/{your-github-username}-discussions` private repository so that you and other maintainers can review these toxic comments and discuss whether or not you all want to allow this hostile user to participate in the community.
|
|
|
|
## Setup the app
|
|
|
|
* Install the app from [here](https://github.com/apps/background-check) in your repos.
|
|
* You'll receive an invitation to join a repo in `probot-background-check` org. Accept it.
|
|
|
|
Simple as that. No config needed.
|