summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-11-18 23:30:29 (GMT)
committerGitHub <noreply@github.com>2022-11-18 23:30:29 (GMT)
commit3e762b07aade3a54bcd3e3e5e543fedbba83ab3f (patch)
tree8692f64c523982b5627c34e65c8f2d6523d085ee /.github/CODEOWNERS
parentee4d92e01bd7a48624af7a8a811faea00724daff (diff)
downloadhdf5-3e762b07aade3a54bcd3e3e5e543fedbba83ab3f.zip
hdf5-3e762b07aade3a54bcd3e3e5e543fedbba83ab3f.tar.gz
hdf5-3e762b07aade3a54bcd3e3e5e543fedbba83ab3f.tar.bz2
Use ubuntu-20.04 for github autotools parallel tests until parallel (#2264)
* Use ubuntu-20.04 for github autotools parallel tests until parallel configure is fixed on ubuntu 22.04.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5487102..bd56708 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 @ChristopherHogan @gnuoyd @qkoziol @vchoi-hdfgroup @bmribler @raylu-hdf
+* @lrknox @derobins @byrnHDF @fortnern @jhendersonHDF @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