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: 5997a7a03bb39b9771ad86a02d9516120d223c2f (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
31
32
33
{
  "maxReviewers": 3,
  "numFilesToCheck": 5,
  "alwaysNotifyForPaths": [
    {
      "name": "DeepDiver1975",
      "files": [
        "apps/dav/**"
      ]
    },
    {
      "name": "nickvergessen",
      "files": [
        "lib/private/activity/**",
        "lib/private/notification/**",
        "lib/public/activity/**",
        "lib/public/notification/**"
      ]
    },
    {
      "name": "Xenopathic",
      "files": [
        "apps/files_external/**"
      ]
    }
  ],
  "userBlacklist": [
    "owncloud-bot",
    "scrutinizer-auto-fixer",
    "th3fallen",
    "zander"
  ]
}