From faae59914700a615692d660d54590f71d74c01c7 Mon Sep 17 00:00:00 2001 From: mateuszz0000 Date: Wed, 14 Oct 2020 10:48:19 +0200 Subject: [PATCH 1/2] Update CODEOWNERS --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 029f94f7fb3a..6b7136bf9475 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -35,7 +35,7 @@ /data_structures/ @cclauss -# /digital_image_processing/ +# /digital_image_processing/ @mateuszz0000 # /divide_and_conquer/ @@ -83,7 +83,7 @@ # /searches/ -# /sorts/ +# /sorts/ @mateuszz0000 /strings/ @cclauss From 3a9e03e0f0272a1845546a73677f2060e8d5a29f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 14 Oct 2020 11:04:57 +0200 Subject: [PATCH 2/2] Reduce @cclauss notifications during Hacktoberfest --- .github/CODEOWNERS | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6b7136bf9475..260b9704eda7 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/ @mateuszz0000 +/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/ @mateuszz0000 +/sorts/ @mateuszz0000 -/strings/ @cclauss +# /strings/ @cclauss # TODO: Uncomment this line after Hacktoberfest # /traversals/