From 2334ee110d45d88e0b4a0ef6029fda665ba9ffb6 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 15 Jul 2019 09:24:54 -0400 Subject: Try to fix codeowners I think the reason the codeowners hasn't been working is because the directory paths need to end with a `/` --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') 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 -- cgit v1.2.3