From 23660096cfc1e2537fa6cb8dbbbbc149ad4b8533 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Sat, 28 Mar 2020 09:13:10 +0300 Subject: [PATCH] [NFC] Move CODEOWNERS file to enable GitHub automation GitHub uses CODEOWNERS file only if it's located in one of the pre-defined locations. It was previously added to .github/workflows by mistake. Signed-off-by: Alexey Bader --- .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