Skip to content

Commit 0d9b9e5

Browse files
committed
.github: Add configuration for the Sentiment Bot
The sentiment bot will help detect when things get too heated. Hopefully. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6676f0c commit 0d9b9e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/config.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot
2+
3+
# *Required* toxicity threshold between 0 and .99 with the higher numbers being
4+
# the most toxic. Anything higher than this threshold will be marked as toxic
5+
# and commented on
6+
sentimentBotToxicityThreshold: .7
7+
8+
# *Required* Comment to reply with
9+
sentimentBotReplyComment: >
10+
Please be sure to review the code of conduct and be respectful of other users. cc/ @git-for-windows/trusted-git-for-windows-developers

0 commit comments

Comments
 (0)