mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
6a249bd160
...sorry, I don't have a way to test this. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
8 lines
339 B
Text
8 lines
339 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
|
|
}
|