From f254dee6c9ec21bf64529f66af7eb20fdcc2cf63 Mon Sep 17 00:00:00 2001 From: Anton Bubna-Litic Date: Wed, 29 Oct 2025 17:23:44 -0400 Subject: [PATCH] chore: quick update to codeowners --- .github/CODEOWNERS | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 66f8f04..3f5197e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,11 +1,4 @@ # CODEOWNERS - Require review from maintainers for critical files -# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners - -# Workflow files require review from maintainers (prevents bypass attacks) /.github/workflows/ @abubnalitic-nbl @ltucker - -# Release configuration requires review /pyproject.toml @abubnalitic-nbl @ltucker - -# Security-sensitive configuration /.github/CODEOWNERS @abubnalitic-nbl @ltucker