Update codewoners with cloud dashboard & authentication (#6265)

Since the cloud dashboard is now embeded in Enso repository this PR adds owners over dashboard libraries. It also adds eslint specific files owner over @ somebody1234
This commit is contained in:
Paweł Buchowski 2023-04-13 16:19:24 +02:00 committed by GitHub
parent 135b9fc41e
commit 5d81ae879e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/CODEOWNERS vendored
View File

@ -39,3 +39,15 @@ Cargo.toml
# This section should be amended once the engine moves to /app/engine
/distribution/lib/ @jdunkerley @radeusgd
/std-bits/ @jdunkerley @radeusgd
# Cloud Dashboard & Authentication
/app/ide-desktop/dashboard @PabloBuchu @indiv0 @somebody1234
/app/ide-desktop/content @PabloBuchu @indiv0 @somebody1234
/app/ide-desktop/client @PabloBuchu @indiv0 @somebody1234
/app/ide-desktop/types @PabloBuchu @indiv0 @somebody1234
/app/ide-desktop/common @PabloBuchu @indiv0 @somebody1234
# Eslint configuration
/app/ide-desktop/esbuild-plugin-copy-directories @somebody1234
/app/ide-desktop/eslint.config.js @somebody1234
/app/ide-desktop/utils.ts @somebody1234