mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:03:23 +00:00
Tell mention-bot to mention @atdotde if planner/deco files touched
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
cb15a37ee5
commit
b81fdbe1c7
1 changed files with 7 additions and 0 deletions
7
.mention-bot
Normal file
7
.mention-bot
Normal file
|
@ -0,0 +1,7 @@
|
|||
"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…
Add table
Reference in a new issue