Skip to content

Commit f164e11

Browse files
l3str4ngecclauss
andauthored
Update CODEOWNERS (TheAlgorithms#3280)
* Update CODEOWNERS * Reduce @cclauss notifications during Hacktoberfest Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 23ab159 commit f164e11

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/CODEOWNERS

+8-12
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77

88
# Order is important. The last matching pattern has the most precedence.
99

10-
/.travis.yml @cclauss @dhruvmanila
11-
12-
/.pre-commit-config.yaml @cclauss @dhruvmanila
13-
14-
/.github/ @cclauss
10+
/.* @cclauss @dhruvmanila
1511

1612
# /arithmetic_analysis/
1713

@@ -25,17 +21,17 @@
2521

2622
# /cellular_automata/
2723

28-
/ciphers/ @cclauss
24+
# /ciphers/ @cclauss # TODO: Uncomment this line after Hacktoberfest
2925

3026
# /compression/
3127

3228
# /computer_vision/
3329

34-
/conversions/ @cclauss
30+
# /conversions/ @cclauss # TODO: Uncomment this line after Hacktoberfest
3531

36-
/data_structures/ @cclauss
32+
# /data_structures/ @cclauss # TODO: Uncomment this line after Hacktoberfest
3733

38-
# /digital_image_processing/
34+
/digital_image_processing/ @mateuszz0000
3935

4036
# /divide_and_conquer/
4137

@@ -71,7 +67,7 @@
7167

7268
# /neural_network/
7369

74-
/other/ @cclauss
70+
# /other/ @cclauss # TODO: Uncomment this line after Hacktoberfest
7571

7672
/project_euler/ @dhruvmanila @Kush1101
7773

@@ -83,9 +79,9 @@
8379

8480
# /searches/
8581

86-
# /sorts/
82+
/sorts/ @mateuszz0000
8783

88-
/strings/ @cclauss
84+
# /strings/ @cclauss # TODO: Uncomment this line after Hacktoberfest
8985

9086
# /traversals/
9187

0 commit comments

Comments
 (0)