diff options
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 7 |
1 files changed, 7 insertions, 0 deletions
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 |