blob: c60fe2654b71aa9e74beb402478cbcabfa4798b4 (
plain) (
tree)
|
|
{"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
}
|