From dc12656f8161b5cc1e3a8fd3bb13a357be23514c Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Mon, 28 Jul 2025 11:50:22 -0400 Subject: [PATCH] chore: remove codeowners in favor of coderabbit suggested reviewers (#1545) ## Summary by CodeRabbit * **Chores** * Removed the code ownership assignments from the repository. --- .github/CODEOWNERS | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 31026b3ff..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,20 +0,0 @@ -# Default owners for everything in the repo -* @elibosley @pujitm @mdatelle @zackspear - -# API specific files -/api/ @elibosley @pujitm @mdatelle - -# Web frontend files -/web/ @elibosley @mdatelle @zackspear - -# Plugin related files -/plugin/ @elibosley - -# Unraid UI specific files -/unraid-ui/ @mdatelle @zackspear @pujitm - -# GitHub workflows and configuration -/.github/ @elibosley - -# Documentation -*.md @elibosley @pujitm @mdatelle @zackspear \ No newline at end of file