mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
1.2 KiB
1.2 KiB
title, description, slug, screenshots, authors, repository, host, stars, updated, installations, organizations
| title | description | slug | screenshots | authors | repository | host | stars | updated | installations | organizations | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Background Check | Notifies maintainers when new contributors who have been toxic in the past join the project | background-check |
|
|
probot/background-check | https://probot-background-check.herokuapp.com | 10 | 2018-08-11 14:06:36 UTC | 26 |
|
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 in your repos.
- You'll receive an invitation to join a repo in
probot-background-checkorg. Accept it.
Simple as that. No config needed.