From 0ce011708d5e36bda43a741cfe76772cce04799b Mon Sep 17 00:00:00 2001 From: Julian Alarcon Date: Wed, 20 Sep 2023 11:09:48 +0200 Subject: [PATCH] misc: updated CODEOWNER --- .github/CODEOWNERS | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 93aaedc..9116af7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,19 +1,2 @@ -# 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 rule: - -- @julian-alarcon +# Global owner: +* @julian-alarcon