diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-08-22 10:01:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 10:01:00 (GMT) |
commit | 3e38a001a1f59aa38884e105ad6d314450676186 (patch) | |
tree | abad3c733702f80919355c424942f43e4d636306 /.github/CODEOWNERS | |
parent | 2b786ffe5a189c203530e42ea0edf7b4a0b93c1a (diff) | |
download | hdf5-3e38a001a1f59aa38884e105ad6d314450676186.zip hdf5-3e38a001a1f59aa38884e105ad6d314450676186.tar.gz hdf5-3e38a001a1f59aa38884e105ad6d314450676186.tar.bz2 |
Simplify the CODEOWNERS file (#2049)
Simplify the CODEOWNERS file
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 37 |
1 files changed, 3 insertions, 34 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 99daf78..5487102 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,41 +2,10 @@ # 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 +* @lrknox @derobins @byrnHDF @fortnern @jhendersonHDF @ChristopherHogan @gnuoyd @qkoziol @vchoi-hdfgroup @bmribler @raylu-hdf # Order is important. The last matching pattern has the most precedence. # So if a pull request only touches javascript files, only these owners # will be requested to review. -*.cmake @byrnHDF @ChristopherHogan @gnuoyd @derobins -CMakeLists.txt @byrnHDF @ChristopherHogan @gnuoyd @derobins -CMakeTests.* @byrnHDF @ChristopherHogan @gnuoyd @derobins - -/bin/ @lrknox @ChristopherHogan @gnuoyd @derobins @qkoziol - -/c++/ @bmribler @byrnHDF @ChristopherHogan @gnuoyd @derobins - -/config/ @lrknox @byrnHDF @ChristopherHogan @gnuoyd @derobins @qkoziol - -/doc/ @ChristopherHogan @gnuoyd @jrmainzer - -/examples/ @lrknox @bmribler @ChristopherHogan @gnuoyd @derobins - -/fortran/ @brtnfld @epourmal - -/hl/ @bmribler @byrnHDF @ChristopherHogan @gnuoyd @derobins - -/java/ @jhendersonHDF @byrnHDF - -/m4/ @lrknox @ChristopherHogan @gnuoyd @derobins - -/release_docs/ @lrknox @bmribler @byrnHDF - -/src/ @jhendersonHDF @fortnern @soumagne @vchoi-hdfgroup @ChristopherHogan @gnuoyd @derobins @jrmainzer @qkoziol - -/test/ @jhendersonHDF @fortnern @soumagne @vchoi-hdfgroup @ChristopherHogan @gnuoyd @derobins @jrmainzer @qkoziol - -/testpar/ @jhendersonHDF @ChristopherHogan @gnuoyd @jrmainzer @qkoziol - -/tools/ @byrnHDF @bmribler @ChristopherHogan @gnuoyd @derobins - -/utils/ @lrknox @byrnHDF @ChristopherHogan @gnuoyd @derobins +/fortran/ @brtnfld +/java/ @jhendersonHDF @byrnHDF @derobins |