From e0c1dadb757296c8bc91760a62bfb48b48c39530 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 10 Apr 2021 11:12:56 -0400 Subject: [PATCH] chore: add myself to CODEOWNERS (#2940) * chore: add myself to CODEOWNERS This will ensure I get notified about pull requests where these files change. * Update .github/CODEOWNERS --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..60af5e797 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +*.cmake @henryiii +CMakeLists.txt @henryiii +*.yml @henryiii +*.yaml @henryiii +/tools/ @henryiii +/pybind11/ @henryiii