From 3589327f94987f2b21cd595ff903ab1a12c5aa94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 25 Apr 2016 10:12:14 +0200 Subject: [PATCH] configure mention bot to use only members of the Discourse organization --- .mention-bot | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .mention-bot diff --git a/.mention-bot b/.mention-bot new file mode 100644 index 000000000..ab045b194 --- /dev/null +++ b/.mention-bot @@ -0,0 +1,4 @@ +{ + "message": "Thanks @pullRequester for your pull request :+1:. By analyzing the blame information on this pull request, I identified @reviewers to be potential reviewers.", + "requiredOrgs": ["discourse"], +}