diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-07 10:47:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-07 10:47:33 +0200 |
commit | b1520a645833c2047103a2cf550f5c21b1c25586 (patch) | |
tree | 00f8a8893b1b43715bf0a9551a69fcadcc17747e | |
parent | 172b4bb6d211ae1977b158e0b0578156245d5b3a (diff) | |
parent | 9c3b2a3991ce704469eb3598bbe34d9a60537911 (diff) | |
download | nextcloud-server-b1520a645833c2047103a2cf550f5c21b1c25586.tar.gz nextcloud-server-b1520a645833c2047103a2cf550f5c21b1c25586.zip |
Merge pull request #5643 from nextcloud/codeowners
Move mention-bot notifications to code owners
-rw-r--r-- | .github/CODEOWNERS | 2 | ||||
-rw-r--r-- | .mention-bot | 34 |
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 -} |