From 985528aa518e75fb81de8b91d12e27545151b346 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Mon, 22 May 2023 14:28:50 +0200 Subject: [PATCH 1/3] tools: add security-wg as dep updaters owner --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 13cf3679c09109..f3ca071aef418d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -157,3 +157,10 @@ /src/permission/* @nodejs/security-wg /doc/api/permissions.md @nodejs/security-wg /lib/internal/process/permission.js @nodejs/security-wg + +# Dependency Update Tools + +/tools/dep_updaters/* @nodejs/security-wg +/.github/workflows/tools.yml @nodejs/security-wg +/.github/workflows/update-v8.yml @nodejs/security-wg +/.github/workflows/update-openssl.yml @nodejs/security-wg From 0c172a8271d580cfd58377624e270ffc2f9c55da Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Mon, 22 May 2023 17:55:57 +0200 Subject: [PATCH 2/3] fix: add v8-update team --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f3ca071aef418d..5b3c8fa7f200b8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -162,5 +162,5 @@ /tools/dep_updaters/* @nodejs/security-wg /.github/workflows/tools.yml @nodejs/security-wg -/.github/workflows/update-v8.yml @nodejs/security-wg +/.github/workflows/update-v8.yml @nodejs/security-wg @nodejs/v8-update /.github/workflows/update-openssl.yml @nodejs/security-wg From 7ef022ec5eeee22c86eb84ce6622b915ffdf2230 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Tue, 23 May 2023 08:14:11 +0200 Subject: [PATCH 3/3] Update .github/CODEOWNERS Co-authored-by: Rich Trott --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5b3c8fa7f200b8..6756f2364d78ca 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -160,7 +160,7 @@ # Dependency Update Tools -/tools/dep_updaters/* @nodejs/security-wg /.github/workflows/tools.yml @nodejs/security-wg -/.github/workflows/update-v8.yml @nodejs/security-wg @nodejs/v8-update /.github/workflows/update-openssl.yml @nodejs/security-wg +/.github/workflows/update-v8.yml @nodejs/security-wg @nodejs/v8-update +/tools/dep_updaters/* @nodejs/security-wg