mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
With curly braces
...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>
This commit is contained in:
parent
dfe5092222
commit
6a249bd160
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
"alwaysNotifyForPaths": [
|
||||
{"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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue