From f648c9318facafc5a73bf9669b9f375e47a86515 Mon Sep 17 00:00:00 2001 From: Randall Wood <297232+rhwood@users.noreply.github.com> Date: Sun, 26 Nov 2023 10:45:46 -0500 Subject: [PATCH] Add code owners This makes review requirements possible while still working with a repo that has only a single contributor. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..e1ea3a4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Repo owner needs to review all changes +* @rhwood