From 1c81dbbf87788df57f72cd53890fdb2385f3f7e2 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Fri, 29 Nov 2024 18:04:28 -0300 Subject: [PATCH] meta: add releasers as CODEOWNERS to proposal action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/56043 Reviewed-By: Juan José Arboleda Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b35b0a4cf7fcb6..09c3b2a4c26a85 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -143,6 +143,7 @@ # Actions /.github/workflows/* @nodejs/actions +/.github/workflows/create-release-proposal.yml @nodejs/releasers /tools/actions/* @nodejs/actions # Test runner