With curly braces

...sorry, I don't have a way to test this.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2017-04-21 00:46:16 +02:00 committed by Dirk Hohndel
parent dfe5092222
commit 6a249bd160

View file

@ -1,7 +1,8 @@
"alwaysNotifyForPaths": [
{"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
}
] // Users will always be mentioned based on file glob
}