summaryrefslogtreecommitdiff
path: root/.mention-bot
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2016-07-26 11:29:26 -0700
committerJason Wray <jason@mapbox.com>2016-07-26 11:29:26 -0700
commitb3c914fb3f52f6a2b96d663f1c57c97c34eb5e23 (patch)
treee04a7150a4363c9c1c3aa7b123f3a219e82c8802 /.mention-bot
parent253a3dbc58761cfecea658ba83b469f516a98526 (diff)
downloadqtlocation-mapboxgl-b3c914fb3f52f6a2b96d663f1c57c97c34eb5e23.tar.gz
Use valid JSON in mention-bot configuration
Refs #5788
Diffstat (limited to '.mention-bot')
-rw-r--r--.mention-bot4
1 files changed, 2 insertions, 2 deletions
diff --git a/.mention-bot b/.mention-bot
index 7f9135e281..bea6176a98 100644
--- a/.mention-bot
+++ b/.mention-bot
@@ -1,5 +1,5 @@
{
- "requiredOrgs": ["mapbox"], // mention-bot will only mention user who are members of one of these organizations.
+ "requiredOrgs": ["mapbox"],
"message": "@pullRequester, thanks for your PR! By analyzing this pull request, we identified @reviewers to be potential reviewers.",
- "numFilesToCheck": 10, // Number of files to check against, default is 5.
+ "numFilesToCheck": 10
}