diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-04-14 19:31:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 19:31:09 (GMT) |
commit | fcb247afd39499983c5d8e4a32c1bafe8a2e2af5 (patch) | |
tree | 686b32e1f940b78f929307001b9ee46d1b42d0de /.github | |
parent | bc4d78e474221a21f966edd148090b9c270577ae (diff) | |
download | hdf5-fcb247afd39499983c5d8e4a32c1bafe8a2e2af5.zip hdf5-fcb247afd39499983c5d8e4a32c1bafe8a2e2af5.tar.gz hdf5-fcb247afd39499983c5d8e4a32c1bafe8a2e2af5.tar.bz2 |
Add Elena to CODEOWNERS for Fortran
Diffstat (limited to '.github')
-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 |