We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c962c91 commit 56c845bCopy full SHA for 56c845b
.github/config.yml
@@ -0,0 +1,11 @@
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 the most toxic
4
+# Anything higher than this threshold will be marked as toxic and commented on
5
+sentimentBotToxicityThreshold: .7
6
7
+# *Required* Comment to reply with
8
+sentimentBotReplyComment: >
9
+ Please be sure to review the code of conduct and be respectful of other users.
10
11
+# Note: the bot will only work if your repository has a Code of Conduct
0 commit comments