From c106b1ef2c6428561f41d9a91ae9741b98cdeb36 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 2 Jun 2023 17:11:08 +0100 Subject: [PATCH] Create CODEOWNERS Also added code owners for static linking tests. --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..e3520fa --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# Lines starting with '#' are comments. +# Each line is a case-sensitive file pattern followed by one or more owners. +# Order is important. The last matching pattern has the most precedence. +# More information: https://docs.github.com/en/articles/about-code-owners +# +# Please mirror the repository's file hierarchy in case-sensitive lexicographic +# order. + +/test-static* @MaxDesiatov @etcwilde