diff options
author | Joas Schilling <coding@schilljs.com> | 2017-07-07 08:44:01 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-07-07 08:44:01 +0200 |
commit | 9c3b2a3991ce704469eb3598bbe34d9a60537911 (patch) | |
tree | 9c9a4d0b28032bd11168361c3ffc6aaa824daa57 /.github | |
parent | 984953ef4a5917e672118a96e3b3714862011308 (diff) | |
download | nextcloud-server-9c3b2a3991ce704469eb3598bbe34d9a60537911.tar.gz nextcloud-server-9c3b2a3991ce704469eb3598bbe34d9a60537911.zip |
Move mention-bot notifications to code owners
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 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 |