Skip to content

Commit

Permalink
Merge pull request #637 from PrincetonUniversity/hotfix/codeowners
Browse files Browse the repository at this point in the history
Remove a CODEOWNER
  • Loading branch information
felker authored Nov 21, 2024
2 parents 148df09 + a1d4568 commit 71da5c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# the repo. Unless a later match takes precedence,
# these global owners will be requested for
# review when someone opens a pull request.
* @jmstone @tomidakn
* @jmstone @tomidakn @felker

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
Expand All @@ -24,15 +24,15 @@ src/bvals/ @tomidakn @jmstone
src/mesh/ @tomidakn @jmstone
src/multigrid/ @tomidakn @jmstone

vis/ @c-white @jmstone
vis/ @jmstone

# dir/* syntax will not match files in subfolders
src/eos/*gr* @c-white @jmstone
src/eos/*sr* @c-white @jmstone
src/pgen/gr_* @c-white @jmstone
src/eos/*gr* @jmstone
src/eos/*sr* @jmstone
src/pgen/gr_* @jmstone

# Any file in any coordinates/ directory throughout repo
coordinates/ @c-white @tomidakn @jmstone
coordinates/ @tomidakn @jmstone

# Any file in /tst/regression/ in root of repo
/tst/regression/ @c-white @felker @jmstone
/tst/regression/ @felker @jmstone

0 comments on commit 71da5c3

Please sign in to comment.