From 4874233aae0079c522bcd822e847926d2e60389a Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 21 Aug 2024 01:49:22 -0700 Subject: [PATCH] chore: set wg-infra as CODEOWNER for GHA build configs (#43223) * chore: set wg-releases as CODEOWNER for GHA build configs * chore: change to wg-infra --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3661b275a3bb..8d5b9aa4e1f1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -20,3 +20,9 @@ appveyor-woa.yml @electron/wg-releases /lib/browser/guest-view-manager.ts @electron/wg-security /lib/browser/rpc-server.ts @electron/wg-security /lib/renderer/security-warnings.ts @electron/wg-security + +# Infra WG +/.github/actions/ @electron/wg-infra +/.github/workflows/*-publish.yml @electron/wg-infra +/.github/workflows/build.yml @electron/wg-infra +/.github/workflows/pipeline-*.yml @electron/wg-infra