From 79ba8567fce5e8011f72a02a0c023885263c5dcf Mon Sep 17 00:00:00 2001 From: Anthony Klarman Date: Thu, 1 Feb 2024 17:24:18 -0500 Subject: [PATCH 1/3] uncommented lines --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a0531cdeec69..76862b8b8a52 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -21,15 +21,15 @@ # /cellular_automata/ -# /ciphers/ @cclauss # TODO: Uncomment this line after Hacktoberfest + /ciphers/ @cclauss # /compression/ # /computer_vision/ -# /conversions/ @cclauss # TODO: Uncomment this line after Hacktoberfest + /conversions/ @cclauss -# /data_structures/ @cclauss # TODO: Uncomment this line after Hacktoberfest + /data_structures/ @cclauss # /digital_image_processing/ @@ -67,7 +67,7 @@ # /neural_network/ -# /other/ @cclauss # TODO: Uncomment this line after Hacktoberfest +/other/ @cclauss # /project_euler/ @@ -81,7 +81,7 @@ # /sorts/ -# /strings/ @cclauss # TODO: Uncomment this line after Hacktoberfest +/strings/ @cclauss # /traversals/ From c18fca274fb0f2b13d09eaf09fc60c4728e5ec38 Mon Sep 17 00:00:00 2001 From: Anthony Klarman Date: Thu, 1 Feb 2024 17:26:13 -0500 Subject: [PATCH 2/3] uncommented lines --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 76862b8b8a52..49b272de465e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -21,15 +21,15 @@ # /cellular_automata/ - /ciphers/ @cclauss +/ciphers/ @cclauss # /compression/ # /computer_vision/ - /conversions/ @cclauss +/conversions/ @cclauss - /data_structures/ @cclauss +/data_structures/ @cclauss # /digital_image_processing/ From 07d34b2fcfc9af8aaa0a6350a5c401eb6aa6ee80 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 2 Feb 2024 09:22:38 +0100 Subject: [PATCH 3/3] Update CODEOWNERS --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 49b272de465e..d2ac43c7df31 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -21,15 +21,15 @@ # /cellular_automata/ -/ciphers/ @cclauss +# /ciphers/ # /compression/ # /computer_vision/ -/conversions/ @cclauss +# /conversions/ -/data_structures/ @cclauss +# /data_structures/ # /digital_image_processing/ @@ -67,7 +67,7 @@ # /neural_network/ -/other/ @cclauss +# /other/ # /project_euler/ @@ -81,7 +81,7 @@ # /sorts/ -/strings/ @cclauss +# /strings/ # /traversals/