diff options
-rw-r--r-- | .mention-bot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.mention-bot b/.mention-bot index 6fc3b9c84..c60fe2654 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,7 +1,8 @@ -"alwaysNotifyForPaths": [ +{"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 +} |