summaryrefslogtreecommitdiffstats
path: root/.mention-bot
blob: c60fe2654b71aa9e74beb402478cbcabfa4798b4 (plain) (blame)
1
2
3
4
5
6
7
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
    }
  ] // Users will always be mentioned based on file glob
}