From 46a972c064c1983db2f3e4a864ed42abfe02607a Mon Sep 17 00:00:00 2001 From: Mary Marchini Date: Tue, 22 Jun 2021 10:17:55 -0700 Subject: [PATCH] meta: add @nodejs/actions as CODEOWNERS --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 95363251fe41a0..8198c8e23f269e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -119,3 +119,8 @@ # V8 /deps/v8/* @nodejs/v8-update /tools/v8_gypfiles/* @nodejs/v8-update + +# Actions + +/.github/workflows/* @nodejs/actions +/tools/actions/* @nodejs/actions