subsurface/.mention-bot
Robert C. Helling b81fdbe1c7 Tell mention-bot to mention @atdotde if planner/deco files touched
Signed-off-by: Robert C. Helling <helling@atdotde.de>
2017-04-20 10:54:52 -07:00

7 lines
336 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