From f164e11db41b14a9373a369456becf468b9b7240 Mon Sep 17 00:00:00 2001 From: mateuszz0000 Date: Wed, 14 Oct 2020 11:05:17 +0200 Subject: [PATCH] Update CODEOWNERS (#3280) * Update CODEOWNERS * Reduce @cclauss notifications during Hacktoberfest Co-authored-by: Christian Clauss --- .github/CODEOWNERS | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 029f94f7f..260b9704e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,11 +7,7 @@ # Order is important. The last matching pattern has the most precedence. -/.travis.yml @cclauss @dhruvmanila - -/.pre-commit-config.yaml @cclauss @dhruvmanila - -/.github/ @cclauss +/.* @cclauss @dhruvmanila # /arithmetic_analysis/ @@ -25,17 +21,17 @@ # /cellular_automata/ -/ciphers/ @cclauss +# /ciphers/ @cclauss # TODO: Uncomment this line after Hacktoberfest # /compression/ # /computer_vision/ -/conversions/ @cclauss +# /conversions/ @cclauss # TODO: Uncomment this line after Hacktoberfest -/data_structures/ @cclauss +# /data_structures/ @cclauss # TODO: Uncomment this line after Hacktoberfest -# /digital_image_processing/ +/digital_image_processing/ @mateuszz0000 # /divide_and_conquer/ @@ -71,7 +67,7 @@ # /neural_network/ -/other/ @cclauss +# /other/ @cclauss # TODO: Uncomment this line after Hacktoberfest /project_euler/ @dhruvmanila @Kush1101 @@ -83,9 +79,9 @@ # /searches/ -# /sorts/ +/sorts/ @mateuszz0000 -/strings/ @cclauss +# /strings/ @cclauss # TODO: Uncomment this line after Hacktoberfest # /traversals/