From 89a611ae923dcc53ed6d9572eb8a8226ef75dd2d Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Wed, 27 Nov 2024 17:55:54 -0300 Subject: [PATCH] meta: add releasers as CODEOWNERS to proposal action --- .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