diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-01-31 05:05:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 05:05:14 (GMT) |
commit | 3b575625cbae00f24217a41d3ef2eb787b2e45d4 (patch) | |
tree | f808583f16fa556ce9b867f1e0c8915e19814c8c | |
parent | d7c360df67cdaa4ea7e08076334a45f6ed859a90 (diff) | |
download | hdf5-3b575625cbae00f24217a41d3ef2eb787b2e45d4.zip hdf5-3b575625cbae00f24217a41d3ef2eb787b2e45d4.tar.gz hdf5-3b575625cbae00f24217a41d3ef2eb787b2e45d4.tar.bz2 |
Merge Update code owners file with more names #1386 (#1408)
-rw-r--r-- | .github/CODEOWNERS | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 107aeb2..af0eab2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,36 +7,36 @@ # 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 @derobins -CMakeLists.txt @byrnHDF @derobins -CMakeTests.* @byrnHDF @derobins +*.cmake @byrnHDF @ChristopherHogan @gnuoyd @derobins +CMakeLists.txt @byrnHDF @ChristopherHogan @gnuoyd @derobins +CMakeTests.* @byrnHDF @ChristopherHogan @gnuoyd @derobins -/bin/ @lrknox @derobins +/bin/ @lrknox @ChristopherHogan @gnuoyd @derobins -/c++/ @bmribler @byrnHDF @derobins +/c++/ @bmribler @byrnHDF @ChristopherHogan @gnuoyd @derobins -/config/ @lrknox @derobins @byrnHDF +/config/ @lrknox @byrnHDF @ChristopherHogan @gnuoyd @derobins -/doc/ @gnuoyd @jrmainzer +/doc/ @ChristopherHogan @gnuoyd @jrmainzer -/examples/ @lrknox @derobins @bmribler +/examples/ @lrknox @bmribler @ChristopherHogan @gnuoyd @derobins /fortran/ @brtnfld @epourmal -/hl/ @bmribler @byrnHDF @derobins +/hl/ @bmribler @byrnHDF @ChristopherHogan @gnuoyd @derobins /java/ @jhendersonHDF @byrnHDF -/m4/ @lrknox @derobins +/m4/ @lrknox @ChristopherHogan @gnuoyd @derobins /release_docs/ @lrknox @bmribler @byrnHDF -/src/ @jhendersonHDF @derobins @fortnern @soumagne @vchoi-hdfgroup @jrmainzer +/src/ @jhendersonHDF @fortnern @soumagne @vchoi-hdfgroup @ChristopherHogan @gnuoyd @derobins @jrmainzer -/test/ @jhendersonHDF @derobins @fortnern @soumagne @vchoi-hdfgroup @jrmainzer +/test/ @jhendersonHDF @fortnern @soumagne @vchoi-hdfgroup @ChristopherHogan @gnuoyd @derobins @jrmainzer -/testpar/ @jhendersonHDF @rawarren @jrmainzer +/testpar/ @jhendersonHDF @ChristopherHogan @gnuoyd @jrmainzer -/tools/ @byrnHDF @bmribler @derobins +/tools/ @byrnHDF @bmribler @ChristopherHogan @gnuoyd @derobins -/utils/ @lrknox @byrnHDF @derobins +/utils/ @lrknox @byrnHDF @ChristopherHogan @gnuoyd @derobins |