]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github: codeowners syntax fixes 2917/head
authorVictor Julien <victor@inliniac.net>
Sat, 30 Sep 2017 14:50:47 +0000 (16:50 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 30 Sep 2017 15:58:29 +0000 (17:58 +0200)
.github/CODEOWNERS

index 7e71bc8ce18591b7ed533983b686b0330e0596dc..8a2e4b4e29ae132b54b80090f0d1942243112b42 100644 (file)
@@ -1,21 +1,15 @@
 # https://help.github.com/articles/about-codeowners/
 #
 # last match wins, so put more specific matches towards the end
+#
+# only ppl with push rights in the repo can be owners
+# https://github.com/isaacs/github/issues/989#issuecomment-320475904
+#
+# additionally, it seems only the directoy syntax works.
+# e.g. '/src/source-*.[ch]  @regit' seems to have no effect.
 
 *                   @OISF/core-team
-rust/*              @victorjulien @jasonish
-src/source-*        @regit
-doc/*               @norg
-src/detect-engine*  @victorjulien
-*ssl*               @thus @OISF/core-team
-*tls*               @thus @OISF/core-team
-*nfs*               @victorjulien
-*dns*               @jasonish
-*ntp*               @chifflier
-
-*prelude*           @ToToL
-
-*napatech*          @psanders240
-
-.github/            @victorjulien
+/doc/               @norg
+/rust/              @victorjulien @jasonish
+/.github/           @victorjulien