diff options
author | Jason Wray <jason@mapbox.com> | 2016-07-26 11:29:26 -0700 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2016-07-26 11:29:26 -0700 |
commit | b3c914fb3f52f6a2b96d663f1c57c97c34eb5e23 (patch) | |
tree | e04a7150a4363c9c1c3aa7b123f3a219e82c8802 /.mention-bot | |
parent | 253a3dbc58761cfecea658ba83b469f516a98526 (diff) | |
download | qtlocation-mapboxgl-b3c914fb3f52f6a2b96d663f1c57c97c34eb5e23.tar.gz |
Use valid JSON in mention-bot configuration
Refs #5788
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 4 |
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 } |