Skip to content

Commit

Permalink
Fix codeowners file (#3163)
Browse files Browse the repository at this point in the history
  • Loading branch information
farmaazon authored Nov 22, 2021
1 parent 787a2c7 commit d61743d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
* @4e6 @MichaelMauderer @PabloBuchu @jdunkerley

# Rust Libraries
/lib/rust/* @MichaelMauderer @4e6 @mwu-tow @farmaazon
/lib/rust/ensogl/* @MichaelMauderer @wdanilo @farmaazon
/lib/rust/ @MichaelMauderer @4e6 @mwu-tow @farmaazon
/lib/rust/ensogl/ @MichaelMauderer @wdanilo @farmaazon

# Scala Libraries
/lib/scala/* @4e6
/lib/scala/ @4e6

# GUI
/run @MichaelMauderer @wdanilo
/build/* @MichaelMauderer @wdanilo
/app/gui/* @MichaelMauderer @wdanilo @farmaazon @mwu-tow
/app/gui/view/* @MichaelMauderer @wdanilo @farmaazon
/app/ide-desktop/* @MichaelMauderer @wdanilo
/build/ @MichaelMauderer @wdanilo
/app/gui/ @MichaelMauderer @wdanilo @farmaazon @mwu-tow
/app/gui/view/ @MichaelMauderer @wdanilo @farmaazon
/app/ide-desktop/ @MichaelMauderer @wdanilo

# Engine (old)
# This section should be removed once the engine moves to /app/engine
/build.sbt @4e6
/distribution/* @4e6
/engine/* @4e6
/project/* @4e6
/test/* @4e6
/tools/* @4e6
/distribution/ @4e6
/engine/ @4e6
/project/ @4e6
/test/ @4e6
/tools/ @4e6

# Enso Libraries
# This section should be amended once the engine moves to /app/engine
/distribution/lib/* @4e6 @jdunkerley @radeusgd
/std-bits/* @4e6 @jdunkerley @radeusgd
/distribution/lib/ @4e6 @jdunkerley @radeusgd
/std-bits/ @4e6 @jdunkerley @radeusgd

# Engine
/app/engine/* @4e6
/app/engine/ @4e6

0 comments on commit d61743d

Please sign in to comment.