summaryrefslogtreecommitdiff
path: root/.mention-bot
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2016-07-25 13:13:24 -0700
committerGitHub <noreply@github.com>2016-07-25 13:13:24 -0700
commit0d7d87142544a622b0b075d97e26a6ba680fbcda (patch)
tree8827381f35e3c798c9f2f3ff05c17f95e6cd7870 /.mention-bot
parente1351751c271d964d250f8bd785b28fab9b81846 (diff)
downloadqtlocation-mapboxgl-0d7d87142544a622b0b075d97e26a6ba680fbcda.tar.gz
Add mention-bot config (#5788)
- Limit notifications to members of the Mapbox GitHub organization. - Tweak the message a bit for concision and punctuation. - Experimentally bump number of PR files checked from 5 to 10.
Diffstat (limited to '.mention-bot')
-rw-r--r--.mention-bot5
1 files changed, 5 insertions, 0 deletions
diff --git a/.mention-bot b/.mention-bot
new file mode 100644
index 0000000000..7f9135e281
--- /dev/null
+++ b/.mention-bot
@@ -0,0 +1,5 @@
+{
+ "requiredOrgs": ["mapbox"], // mention-bot will only mention user who are members of one of these organizations.
+ "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.
+}