mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
8 lines
336 B
Text
8 lines
336 B
Text
|
"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
|