Tell mention-bot to mention @atdotde if planner/deco files touched

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2017-04-20 19:15:47 +02:00 committed by Dirk Hohndel
parent cb15a37ee5
commit b81fdbe1c7

7
.mention-bot Normal file
View file

@ -0,0 +1,7 @@
"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