blob: 6fc3b9c8424caab474748acee192379dd27c8c56 (
plain) (
blame)
1
2
3
4
5
6
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
|