diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-16 17:46:18 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-05-16 17:46:18 +0200 |
commit | 77430c6a6e7574c6e75cf071f2606b9444e56696 (patch) | |
tree | 7d74d47a549306279ba536780c5bdf7611935a3f /.mention-bot | |
parent | aa077d737f096443e960b39e2c9468572c77b0fe (diff) | |
download | nextcloud-server-77430c6a6e7574c6e75cf071f2606b9444e56696.tar.gz nextcloud-server-77430c6a6e7574c6e75cf071f2606b9444e56696.zip |
Use reviews instead of comments
Allows using stuff such as https://github.com/nextcloud/server/pulls/review-requested/LukasReschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.mention-bot b/.mention-bot index 69dbe9b8899..d37399cc4b2 100644 --- a/.mention-bot +++ b/.mention-bot @@ -26,5 +26,7 @@ "scrutinizer-auto-fixer", "th3fallen", "zander" - ] + ], + "createReviewRequest": true, + "createComment": false } |