From 16cff14a390b84669431b5db19826d8646410db3 Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Mon, 17 Aug 2020 11:09:23 -0400 Subject: [PATCH] maintenance: add CODEOWNERS file --- .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 00000000..a8f91eb4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ + +# These owners will be the default owners for everything in the +# repo. Unless a later match takes precedence, owners listed here +# will be requested for review when someone opens a pull request. +* @edaniszewski + +# Order is important; the last matching pattern takes the most +# precedence. Additional matches may be added below (e.g. *.py +# for pull requests that only modify Python files).