From 1cbfef65f178a01762a558930383e5c14a4d0abb Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 28 Mar 2023 15:34:06 -0400 Subject: [PATCH] MM-51683 Re-add CODEOWNERS for Web Platform files (#22627) --- CODEOWNERS | 8 ++++++++ webapp/channels/CODEOWNERS | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 webapp/channels/CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS index 39d5e668b6..07ee57d26c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,9 @@ /plugin/ @mattermost/toolkit + +/.github/workflows/channels-ci.yml @mattermost/web-platform +/webapp/package.json @mattermost/web-platform +/webapp/channels/package.json @mattermost/web-platform +/webapp/Makefile @mattermost/web-platform +/webapp/package-lock.json @mattermost/web-platform +/webapp/platform/*/package.json @mattermost/web-platform +/webapp/scripts @mattermost/web-platform \ No newline at end of file diff --git a/webapp/channels/CODEOWNERS b/webapp/channels/CODEOWNERS deleted file mode 100644 index 7312e20fc8..0000000000 --- a/webapp/channels/CODEOWNERS +++ /dev/null @@ -1,4 +0,0 @@ -# Web Platform should be assigned to review all PRs that involve changing dependencies in the app, either intentional or accidental. -package.json @mattermost/web-platform -*/package.json @mattermost/web-platform -package-lock.json @mattermost/web-platform