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