From af421fc6671e93d7a63592b3fb1c640ca3260e46 Mon Sep 17 00:00:00 2001 From: qtchaos <72168435+qtchaos@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:24:20 +0200 Subject: [PATCH] Update CODEOWNERS to match main repo --- .github/CODEOWNERS | 4 +--- .prettierignore | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d0f0ca6..7458772 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1 @@ -* @movie-web/core - -.github @binaryoverload +* @movie-web/project-leads diff --git a/.prettierignore b/.prettierignore index 8abb74c..1d4848c 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ # Ignore index due to prettier removing setext headers *.index.md +.github/CODEOWNERS