diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-03-14 07:57:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 07:57:19 (GMT) |
commit | 19a9b12eea932427261e505289fd8cbeb83f0417 (patch) | |
tree | 802588c8ecfe1468a318f981d1083cffa89f0ff9 /.github/CODEOWNERS | |
parent | cb679af19d170982f522f57beaf72888da324105 (diff) | |
download | hdf5-19a9b12eea932427261e505289fd8cbeb83f0417.zip hdf5-19a9b12eea932427261e505289fd8cbeb83f0417.tar.gz hdf5-19a9b12eea932427261e505289fd8cbeb83f0417.tar.bz2 |
Add Glenn Song to the CODEOWNERS file (#2551)
Also removes Ray Lu
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0a8d1d2..506c668 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ # Each line is a file pattern followed by one or more owners. # These owners will be the default owners for everything in the repo. -* @lrknox @derobins @byrnHDF @fortnern @jhendersonHDF @qkoziol @vchoi-hdfgroup @bmribler @raylu-hdf @mattjala @brtnfld +* @lrknox @derobins @byrnHDF @fortnern @jhendersonHDF @qkoziol @vchoi-hdfgroup @bmribler @glennsong09 @mattjala @brtnfld # Order is important. The last matching pattern has the most precedence. # So if a pull request only touches javascript files, only these owners |