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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.mention-bot34
2 files changed, 2 insertions, 34 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000000..833eba04006
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,2 @@
+*/Activity/* @nickvergessen
+*/Notifications/* @nickvergessen
diff --git a/.mention-bot b/.mention-bot
deleted file mode 100644
index 1f4e6f911f7..00000000000
--- a/.mention-bot
+++ /dev/null
@@ -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
-}