diff options
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.mention-bot b/.mention-bot index c60fe2654..9fb0d60b6 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,8 +1,8 @@ {"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 + "name": "atdotde", + "files": ["**/*plan*", "**/deco*"], + "skipTeamPrs": false } - ] // Users will always be mentioned based on file glob + ] } |