From ce3bf32e32acb8bc19ef095e8704324591db9b41 Mon Sep 17 00:00:00 2001 From: Rick Rackow Date: Wed, 9 Apr 2025 16:21:21 +0200 Subject: [PATCH] fix(codeowners): move CODEOWNERS to .github this is the correct location according to https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-location --- .github/{workflows => }/CODEOWNERS | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/CODEOWNERS (100%) diff --git a/.github/workflows/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from .github/workflows/CODEOWNERS rename to .github/CODEOWNERS