Skip to content

Commit

Permalink
Update .github/CODEOWNERS
Browse files Browse the repository at this point in the history
Making CHANGELOG.md unowned.
Update /test/
  • Loading branch information
jdunkerley committed Feb 7, 2022
1 parent 11bac4c commit 006d77d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Catch All
* @4e6 @MichaelMauderer @PabloBuchu @jdunkerley

# Change log
CHANGELOG.md

# Rust Libraries
Cargo.lock @MichaelMauderer @4e6 @mwu-tow @farmaazon
Cargo.toml @MichaelMauderer @4e6 @mwu-tow @farmaazon
Expand All @@ -13,7 +16,7 @@ Cargo.toml @MichaelMauderer @4e6 @mwu-tow @farmaazon
# GUI
/run @MichaelMauderer @wdanilo
/build/ @MichaelMauderer @wdanilo
/app/gui/ @MichaelMauderer @wdanilo @farmaazon @mwu-tow @jdunkerley
/app/gui/ @MichaelMauderer @wdanilo @farmaazon @mwu-tow
/app/gui/view/ @MichaelMauderer @wdanilo @farmaazon
/app/ide-desktop/ @MichaelMauderer @wdanilo

Expand All @@ -23,7 +26,7 @@ Cargo.toml @MichaelMauderer @4e6 @mwu-tow @farmaazon
/distribution/ @4e6
/engine/ @4e6
/project/ @4e6
/test/ @4e6
/test/ @4e6 @jdunkerley @radeusgd
/tools/ @4e6

# Enso Libraries
Expand Down

0 comments on commit 006d77d

Please sign in to comment.