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