From d727e599385bd801dd93bf874bb3e4574d270f9f Mon Sep 17 00:00:00 2001 From: Rob Nester Date: Tue, 1 Sep 2026 09:05:42 -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 00000000..2d167f68 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @enterprise-contract/devs