We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60eb4f9 commit 3a02392Copy full SHA for 3a02392
1 file changed
.github/config.yml
@@ -39,4 +39,14 @@ newPRWelcomeComment: >
39
firstPRMergeComment: >
40
Congrats on merging your first pull request! :100:
41
42
- 
+ 
43
+
44
+# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot
45
46
+# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic
47
+# Anything higher than this threshold will be marked as toxic and commented on
48
+sentimentBotToxicityThreshold: .7
49
50
+# *Required* Comment to reply with
51
+sentimentBotReplyComment: >
52
+ Please be sure to review the code of conduct and be respectful of other users. cc/ @mattstratton
0 commit comments