Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit b3c914f

Browse files
committed
Use valid JSON in mention-bot configuration
Refs #5788
1 parent 253a3db commit b3c914f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mention-bot

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"requiredOrgs": ["mapbox"], // mention-bot will only mention user who are members of one of these organizations.
2+
"requiredOrgs": ["mapbox"],
33
"message": "@pullRequester, thanks for your PR! By analyzing this pull request, we identified @reviewers to be potential reviewers.",
4-
"numFilesToCheck": 10, // Number of files to check against, default is 5.
4+
"numFilesToCheck": 10
55
}

0 commit comments

Comments
 (0)