diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-04-14 19:30:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 19:30:38 (GMT) |
commit | cc3b550bf032950b533d81122e8be58079a66168 (patch) | |
tree | 6227d637d19aaab56acd41c2042a861730ff640a /.github/CODEOWNERS | |
parent | 537c910823697215cfc203095ad4c0ee20e4b6c9 (diff) | |
download | hdf5-cc3b550bf032950b533d81122e8be58079a66168.zip hdf5-cc3b550bf032950b533d81122e8be58079a66168.tar.gz hdf5-cc3b550bf032950b533d81122e8be58079a66168.tar.bz2 |
Add Elena to CODEOWNERS for Fortran
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 506c668..714ae8a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,5 +7,5 @@ # 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. -/fortran/ @brtnfld @derobins +/fortran/ @brtnfld @derobins @epourmal /java/ @jhendersonHDF @byrnHDF @derobins |