From 95479863485389e24adc5f76f553adb932821440 Mon Sep 17 00:00:00 2001 From: t0kubetsu Date: Wed, 12 Aug 2026 16:42:53 +0200 Subject: [PATCH] chore: remove CODEOWNERS The org is not adopting CODEOWNERS. As configured the file was inert: require_code_owner_reviews is false on this repo's branch protection and required_approving_review_count is 0, since CodeRabbit and Greptile do the reviewing -- so it auto-assigned reviewers without gating anything. This was the only module repo carrying one. Removed alongside the org-level copy in .github and the five open PRs proposing the same file, so the org is consistently without it rather than half-adopted. --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 8acabf1..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @NC3-TestingPlatform/maintainers