Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.mention-bot - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72a44ebe3c3685e77705c5c6335b1cd1ed5b319b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "maxReviewers": 3,
  "numFilesToCheck": 5,
  "alwaysNotifyForPaths": [
    {
      "name": "nickvergessen",
      "files": [
        "lib/private/activity/**",
        "lib/private/notification/**",
        "lib/public/activity/**",
        "lib/public/notification/**"
      ]
    },
    {
      "name": "Xenopathic",
      "files": [
        "apps/files_external/**"
      ]
    }
  ],
  "userBlacklist": [
    "DeepDiver1975",
    "nextcloud-bot",
    "owncloud-bot",
    "PVince81",
    "scrutinizer-auto-fixer",
    "th3fallen",
    "zander"
  ]
}