From e1d945cbdc8de1338c1add6e650caca20ef3c4dd Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 27 Aug 2025 16:05:07 +0200 Subject: [PATCH] chore: :technologist: simplify CODEOWNERS file, add all files --- .github/CODEOWNERS | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 52d525a..0cf4ce7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,13 +1,2 @@ # All members on Developers team get added to review PRs * @seedcase-project/developers - -# Ignore these so we don't get added to sync PRs -/.github/ -/.vscode/ -/.devcontainer/ -justfile -.editorconfig -.gitignore -ruff.toml -pyproject.toml -uv.lock