From 0d117ad3389b512ade922a084a67ed5273a4e5bd Mon Sep 17 00:00:00 2001 From: Rob Nester Date: Wed, 2 Sep 2026 09:57:04 -0400 Subject: [PATCH] chore: add CODEOWNERS designating the devs team as code owners Assign all paths (including .github/) to the Conforma devs team so code-owner review can be required via branch protection. Part of expanding CODEOWNERS coverage across the org. Co-Authored-By: Claude Ref: EC-2150 --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..4ea5879a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Default code owners for this repository. +# Applies to all paths, including .github/. +* @conforma/devs