Просмотр исходного кода

Move mention-bot notifications to code owners

Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling лет назад: 6
Родитель
Сommit
9c3b2a3991
2 измененных файлов с 2 добавлено и 34 удалено
  1. 2 0
      .github/CODEOWNERS
  2. 0 34
      .mention-bot

+ 2 - 0
.github/CODEOWNERS

@@ -0,0 +1,2 @@
+*/Activity/*                        @nickvergessen
+*/Notifications/*                   @nickvergessen

+ 0 - 34
.mention-bot

@@ -1,34 +0,0 @@
-{
-  "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
-}