aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2018-11-22 16:30:07 +0100
committerMaxime Dénès2018-11-22 16:30:07 +0100
commit82eacb323837acc73c2a5bf6b22a7169bbb61e6d (patch)
treefbd789130c80e1ae746f7cd83f2a2c307c4ad730
parent2d0be200ab9a2e3a0ff7b383078aabe70f24dd82 (diff)
parent1c38b7d65ec302ec2dff94df4b13db33c4d3393e (diff)
Merge PR #8924: Misc updates to codeowners
-rw-r--r--.github/CODEOWNERS43
1 files changed, 17 insertions, 26 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 512a9c99eb..98fe2546b5 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -96,16 +96,11 @@
/engine/uState.* @SkySkimmer
# Secondary maintainer @mattam82
-########## Grammar macros ##########
-
-/grammar/ @ppedrot
-# Secondary maintainer @maximedenes
-
########## CoqIDE ##########
/ide/ @ppedrot
/test-suite/ide/ @ppedrot
-# Secondary maintainer @gares
+# Secondary maintainers @gares @herbelin
########## Interpretation ##########
@@ -132,8 +127,9 @@
########## Parser ##########
-/parsing/ @herbelin
-# Secondary maintainer @mattam82
+/coqpp/ @coq/parsing-maintainers
+/gramlib/ @coq/parsing-maintainers
+/parsing/ @coq/parsing-maintainers
########## Plugins ##########
@@ -166,15 +162,11 @@
/plugins/setoid_ring/ @amahboubi
# Secondary maintainer @bgregoir
-/plugins/ssrmatching/ @gares
-# Secondary maintainer @maximedenes
+/plugins/ssrmatching/ @coq/ssreflect-maintainers
+/plugins/ssr/ @coq/ssreflect-maintainers
+/test-suite/ssr/ @coq/ssreflect-maintainers
-/plugins/ssr/ @gares
-/test-suite/ssr/ @gares
-# Secondary maintainer @maximedenes
-
-/plugins/syntax/ @ppedrot
-# Secondary maintainer @maximedenes
+/plugins/syntax/ @coq/parsing-maintainers
/plugins/rtauto/ @PierreCorbineau
# Secondary maintainer @herbelin
@@ -274,16 +266,6 @@
/theories/Vectors/ @herbelin
-########## Dune ##########
-
-/.ocamlinit @ejgallego
-/Makefile.dune @ejgallego
-/tools/coq_dune* @ejgallego
-/dune* @ejgallego
-/coq.opam @ejgallego
-/ide/coqide.opam @ejgallego
-# Secondary maintainer @Zimmi48
-
########## Tools ##########
/tools/coqdoc/ @silene
@@ -320,6 +302,8 @@
/vernac/ @mattam82
# Secondary maintainer @maximedenes
+/vernac/metasyntax.* @coq/parsing-maintainers
+
########## Test suite ##########
/test-suite/Makefile @gares
@@ -358,3 +342,10 @@
/dev/tools/update-compat.py @JasonGross
/test-suite/tools/update-compat/ @JasonGross
# Secondary maintainer @Zimmi48
+
+########## Dune ##########
+
+/.ocamlinit @ejgallego
+*dune* @ejgallego
+*.opam @ejgallego
+# Secondary maintainer @Zimmi48