aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJason Gross2019-10-14 13:11:30 -0400
committerJason Gross2019-10-14 13:11:53 -0400
commit11cf9b7bc7d1a058aa35ae88018c36b95cafda9d (patch)
tree11c97075d045b3c01a5d9f32f07d09a9dd676897 /.github
parent911accd83d0161d1587652af9ec5365943023c98 (diff)
Assign ownership of the test-suite compat files
I want to be notified when these are changed
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4789d9b6fa..6c6e4bdfcb 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -320,6 +320,8 @@ azure-pipelines.yml @coq/ci-maintainers
/test-suite/unit-tests/src/ @jfehrle
# Secondary maintainer @SkySkimmer
+/test-suite/success/Compat*.v @JasonGross
+
########## Developer tools ##########
/dev/tools/backport-pr.sh @Zimmi48