Add missing codeowners for app package (#13542)

This commit is contained in:
Adrian Wälchli 2022-08-09 16:03:36 +02:00 committed by GitHub
parent c55fe7105b
commit 9722127a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

8
.github/CODEOWNERS vendored
View File

@ -45,7 +45,13 @@
/src/pytorch_lightning/tuner @SkafteNicki @borda @awaelchli
/src/pytorch_lightning/utilities @borda @tchaton @carmocca
/src/lightning_app @tchaton @awaelchli @manskx @hhsecond
/src/lightning_app @tchaton @manskx
/src/lightning_app/cli/pl-app-template @awaelchli @tchaton @Borda
/src/lightning_app/core @tchaton @awaelchli @manskx
/src/lightning_app/core/queues.py @tchaton @hhsecond @manskx
/src/lightning_app/runners/cloud.py @tchaton @hhsecond
/src/lightning_app/testing @tchaton @manskx
/src/lightning_app/__about__.py @nohalon @edenlightning @lantiga
# Examples
/examples/app_* @tchaton @awaelchli @manskx @hhsecond