From b81fdbe1c7809e97efb4320e1c6cf806dc613a66 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Thu, 20 Apr 2017 19:15:47 +0200 Subject: Tell mention-bot to mention @atdotde if planner/deco files touched Signed-off-by: Robert C. Helling --- .mention-bot | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .mention-bot diff --git a/.mention-bot b/.mention-bot new file mode 100644 index 000000000..6fc3b9c84 --- /dev/null +++ b/.mention-bot @@ -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 -- cgit v1.2.3-70-g09d2