Mention bot: no comments

I believe that even though the sample file clearly shows
comments, the syntax actually doesn't allow it.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-04-20 15:58:30 -07:00
parent 6a249bd160
commit 76975ed425

View file

@ -1,8 +1,8 @@
{"alwaysNotifyForPaths": [
{
"name": "atdotde", // The user's Github username
"files": ["**/*plan*", "**/deco*"], // The array of file globs associated with the user
"skipTeamPrs": false // mention-bot will exclude the creator's own team from mentions
"name": "atdotde",
"files": ["**/*plan*", "**/deco*"],
"skipTeamPrs": false
}
] // Users will always be mentioned based on file glob
]
}