mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Mention bot: no comments
I believe that even though the sample file clearly shows comments, the syntax actually doesn't allow it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6a249bd160
commit
76975ed425
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
{"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
|
||||
"name": "atdotde",
|
||||
"files": ["**/*plan*", "**/deco*"],
|
||||
"skipTeamPrs": false
|
||||
}
|
||||
] // Users will always be mentioned based on file glob
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue