From 34d7e57a574a25bc3038be790dbf1958d35742bf Mon Sep 17 00:00:00 2001 From: Rob Nester Date: Wed, 2 Sep 2026 10:01:19 -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