From 78e596497abdc3e18ba403e1673ab510bc856c3d Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Mon, 25 Apr 2016 10:27:59 +0200 Subject: [PATCH] Correct error in mention-bot config --- .mention-bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index ab045b194af..d1999edd245 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,4 +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"], + "requiredOrgs": ["discourse"] }