From 7df647edf20ee737b040b4692cd5f0887bf54f75 Mon Sep 17 00:00:00 2001 From: Dustin Hilgaertner Date: Sun, 5 Apr 2026 15:31:39 -0500 Subject: [PATCH] Add CODEOWNERS and configure branch protection for main Assigns @dhilgaertner and @dgershman as global code owners and updates the GitHub ruleset to require 1 approval from a code owner, Build and Test status checks, while keeping force-push and deletion blocks. Closes #57 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..1eb03b4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Global code owners — all changes require approval from at least one +* @dhilgaertner @dgershman