Remove unused bots

This commit is contained in:
Otto Winter 2020-07-15 14:42:43 +02:00
parent 3ec9bcaed6
commit b6394b7c6d
No known key found for this signature in database
GPG Key ID: 48ED2DDB96D7682C
2 changed files with 0 additions and 19 deletions

View File

@ -1,8 +0,0 @@
# Set to false to create a new comment instead of updating the app's first one
updateComment: true
# Use a custom string, or set to false to disable
before: "✨ Good work on this PR so far! ✨ Unfortunately, the [ build]() is failing as of . Here's the output:"
# Use a custom string, or set to false to disable
after: "Thanks for contributing to this project!"

11
.github/config.yml vendored
View File

@ -1,11 +0,0 @@
# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot
# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic
# Anything higher than this threshold will be marked as toxic and commented on
sentimentBotToxicityThreshold: .8
# *Required* Comment to reply with
sentimentBotReplyComment: >
Please be sure to review the code of conduct and be respectful of other users.
# Note: the bot will only work if your repository has a Code of Conduct