mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #21004 from owncloud/adding-mention-bot
Adding a basic configuration for the mention bot
This commit is contained in:
commit
48cc4b4511
1 changed files with 11 additions and 0 deletions
11
.mention-bot
Normal file
11
.mention-bot
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"maxReviewers": 3,
|
||||
"numFilesToCheck": 5,
|
||||
"alwaysNotifyForPaths": [
|
||||
{
|
||||
"name": "DeepDiver1975",
|
||||
"files": ["apps/dav/**"]
|
||||
}
|
||||
],
|
||||
"userBlacklist": ["owncloud-bot"]
|
||||
}
|
||||
Loading…
Reference in a new issue