subsurface/.mention-bot
Robert C. Helling 6a249bd160 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>
2017-04-20 15:52:28 -07:00

8 lines
339 B
Text

{"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
}