Skip to content

Commit b6fa7e0

Browse files
committed
Update CODEOWNERS
1 parent d682227 commit b6fa7e0

1 file changed

Lines changed: 6 additions & 21 deletions

File tree

.github/CODEOWNERS

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,21 @@
1-
# This is a comment.
2-
# Each line is a file pattern followed by one or more owners.
3-
4-
# These owners will be the default owners for everything in the repo.
5-
# Unless a later match takes precedence, @global-owner1 and @global-owner2
6-
# will be requested for review when someone opens a pull request.
7-
# * @global-owner1 @global-owner2
8-
9-
# Order is important; the last matching pattern takes the most precedence.
10-
# When someone opens a pull request that only modifies JS files, only @js-owner
11-
# and not the global owner(s) will be requested for a review.
12-
# *.js @js-owner
13-
14-
# You can also use email addresses if you prefer. They'll be used to look up
15-
# users just like we do for commit author emails.
16-
# docs/* docs@example.com
1+
####################
2+
# Global defaults #
3+
####################
174

185
* @lesserwhirls
196

207
#####################
218
# top level modules #
229
#####################
2310

24-
httpservices/** @DennisHeimbigner @lesserwhirls
25-
netcdf4/** @DennisHeimbigner @lesserwhirls
11+
# None at this time
2612

2713
###########################################
2814
# classpath / not module specific matches #
2915
###########################################
3016

3117
**/iosp/nids/** @dopplershift @lesserwhirls
3218

33-
**/opendap/** @DennisHeimbigner @lesserwhirls
34-
**/dap4/** @DennisHeimbigner @lesserwhirls
35-
3619
######################
3720
# general file types #
3821
######################
@@ -43,3 +26,5 @@ netcdf4/** @DennisHeimbigner @lesserwhirls
4326
####################
4427
# individual files #
4528
####################
29+
30+
# None at this time

0 commit comments

Comments
 (0)