mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
b81fdbe1c7
Signed-off-by: Robert C. Helling <helling@atdotde.de>
7 lines
336 B
Text
7 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
|