From c70ef95338b9d9e205b1ab1f03a7cca53b22d502 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Fri, 21 Jun 2019 05:50:06 -0230 Subject: Add codeowner for package*.json files --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) (limited to '.github/CODEOWNERS') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7a7d51936..5ee6fac12 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,7 @@ # Lines starting with '#' are comments. # Each line is a file pattern followed by one or more owners. +package*.json @whymarrh ui/ @danjm @whymarrh app/scripts/controllers/transactions @frankiebee -- cgit