Skip to content

Commit 56c845b

Browse files
authored
Create config.yml
1 parent c962c91 commit 56c845b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)