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: 1f4e6f911f7f39216c561b4e65c901865e3eb789 (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
34
{
  "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",
    "luckydonald",
    "jancborchardt"
  ],
   "createReviewRequest": true,
   "createComment": false
}