From 7aeb0f86211abec9492e95c154e1e15df4629e5a Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Tue, 23 Dec 2025 09:42:36 +0100 Subject: [PATCH] Move `CODEOWNERS` to `.github/CODEOWNERS` The Contributor Experience Workgroup is currently formalizing the Code Owner role and as part of that standardizes the definition of code owners in a .github/CODEOWNERS file across the swiftlang organization (https://github.com/swiftlang/swift-org-website/pull/1269). Move the existing `CODEOWNERS` file at the root of the repository into the `.github` folder to reflect this standard. --- CODEOWNERS => .github/CODEOWNERS | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CODEOWNERS => .github/CODEOWNERS (100%) diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS