From f7ff8f30b0b1e0b56e75402635bae91a9749112c Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Tue, 4 Feb 2025 18:06:03 -0500 Subject: [PATCH] feat: Add CODEOWNERS file to define repository ownership --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..ca0f2f6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @seanmorley15 \ No newline at end of file