From d06a27193cce53fa9df55228264c675858dc6e56 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 4 Jan 2020 20:49:56 -0600 Subject: [PATCH] add codeowners file --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..91c94cb1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# These owners will be the default owners for everything in the repo. +# Unless a later match takes precedence, @umputun will be requested for +# review when someone opens a pull request. + +* @umputun