From 2c00f90ba6dbc4e4f00d119d48db2711c22baea1 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Mon, 31 Mar 2025 13:32:01 +0200 Subject: [PATCH] remove codeowners (#1193) --- .github/CODEOWNERS | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 0053987b4..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,15 +0,0 @@ -# Lines starting with '#' are comments. -# Each line is a file pattern followed by one or more owners. - -# More details are here: https://help.github.com/articles/about-codeowners/ - -# The '*' pattern is global owners. - -# Order is important. The last matching pattern has the most precedence. -# The folders are ordered as follows: - -# In each subsection folders are ordered first by depth, then alphabetically. -# This should make it easy to add new rules without breaking existing ones. - -# Global -* @pelican-dev/panel