From c9236394cc6b6efd26dd87b94d47f4ed2a3fea0c Mon Sep 17 00:00:00 2001 From: Rob Nester Date: Tue, 1 Sep 2026 09:06:44 -0400 Subject: [PATCH] Add CODEOWNERS designating the devs team as code owners Add .github/CODEOWNERS so code-owner review resolves to a real owner: the devs team owns all paths, including the .github/ directory. Part of adding CODEOWNERS across the enterprise-contract org repositories. Co-Authored-By: Claude Ref: EC-2136 --- .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..2d167f6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @enterprise-contract/devs