From ae105ffd1156994f25737d7da0fd9886e43c7904 Mon Sep 17 00:00:00 2001 From: Brian Plattenburg <5767019+bplattenburg@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:10:07 -0400 Subject: [PATCH] Add CODEOWNERS to clarify repo ownership Assigns @getditto/sdk-js-engineers and @skylerjokiel as default code owners for all files in the repository. Co-Authored-By: Claude Opus 4.6 (1M context) --- .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..eb5183c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default owners for everything in the repo +* @getditto/sdk-js-engineers @skylerjokiel