From 111baba29cc84982c7f3efbd61ef493d0a3021f0 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Thu, 16 May 2019 06:39:01 -0700 Subject: [PATCH] chore: update codeowners for release scripts (#18246) --- .github/CODEOWNERS | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index af54202e14bd..ceb314251ddc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,17 +4,27 @@ # https://git-scm.com/docs/gitignore # Most stuff in here is owned by the Community & Safety WG... -/.github/* @electron/wg-community +/.github/* @electron/wg-community # ...except the Admin WG maintains this file. -/.github/CODEOWNERS @electron/wg-admin +/.github/CODEOWNERS @electron/wg-admin # Upgrades WG -/patches/ @electron/wg-upgrades +/patches/ @electron/wg-upgrades # Docs & Tooling WG /default_app/ @electron/wg-docs-tools -/docs/ @electron/wg-docs-tools +/docs/ @electron/wg-docs-tools # Releases WG -/npm/ @electron/wg-releases +/npm/ @electron/wg-releases +/script/release-notes @electron/wg-releases +/script/prepare-release.js @electron/wg-releases +/script/bump-version.js @electron/wg-releases +/script/ci-release-build.js @electron/wg-releases +/script/release.js @electron/wg-releases +/script/upload-to-github.js @electron/wg-releases +/script/release-artifact-cleanup.js @electron/wg-releases +/script/get-last-major-for-master.js @electron/wg-releases +/script/find-release.js @electron/wg-releases +/script/download-circleci-artifacts.js @electron/wg-releases \ No newline at end of file