From a79dd2d372e5aca1fb5e9254e184ece8e88cdfba Mon Sep 17 00:00:00 2001 From: Brian Plattenburg <5767019+bplattenburg@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:02:56 -0500 Subject: [PATCH] Add codeowners (#158) --- .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 0000000..64ea89e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# +# .github/CODEOWNERS +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# + +* @getditto/dittotools \ No newline at end of file