From b74c3ca399517142924635d17cfdcdaee5e634d3 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Fri, 17 Oct 2025 16:17:01 +0200 Subject: [PATCH] meta: loop userland-migrations in deprecations --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5ef23759b3e18e..af864c0f12bb12 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -229,3 +229,6 @@ /lib/path.js @nodejs/path /lib/path/* @nodejs/path /test/parallel/test-path-* @nodejs/path + +# userland-migrations +/doc/api/deprecations.md @nodejs/userland-migrations