From 7efb085cb70fee3c0cf2635421af1bc6e33ad7af Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Thu, 2 Feb 2023 20:09:10 -0400 Subject: [PATCH] further simplifications Change-Id: Ifcd87155e07b88fbacf764d961f445063a770c54 Signed-off-by: Nick Boldt --- .github/CODEOWNERS | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 01b5ed4a48..795b864a36 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,19 +1,12 @@ # Global Owners * @l0rd @ibuziuk @vinokurig @nickboldt -# che.properties (quasi-documentation) -# Fionn Kelleher (@osslate) is the replacement for Fabrice, but he doesn't seem to have rights to this repo, so comment this out for now +# che.properties file is quasi-documentation, so in future we might grant access to this # assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/** @osslate # workspace runtime infrastructure implementations infrastructures/** @amisevsk -# multiuser che -multiuser/** @vinokurig - -# wsmaster -wsmaster/** @vinokurig - # deploy deploy/** @tolusha @dkwon17