Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <michaelv@unity3d.com>2019-07-15 16:24:54 +0300
committerMarek Safar <marek.safar@gmail.com>2019-07-15 16:55:02 +0300
commit2334ee110d45d88e0b4a0ef6029fda665ba9ffb6 (patch)
treee2e528aa5b009a88dafbf99e13071deb6cce6bdb /.github
parent783e3443069e3877106675500a4cc73121a942ac (diff)
Try to fix codeowners
I think the reason the codeowners hasn't been working is because the directory paths need to end with a `/`
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b76a91513..234b0fced 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -5,7 +5,7 @@
# the default owners for everything in the repo.
* @marek-safar
-/src/analyzer @radekdoulik
-/src/ILLink.Tasks @sbomer
-/src/linker @marek-safar @mrvoorhe
-/test @marek-safar @mrvoorhe
+/src/analyzer/ @radekdoulik
+/src/ILLink.Tasks/ @sbomer
+/src/linker/ @marek-safar @mrvoorhe
+/test/ @marek-safar @mrvoorhe