From 0c2f39f1d0573382c0ae1ab7dfb038ca25176049 Mon Sep 17 00:00:00 2001 From: Paulo Santos Date: Tue, 24 Feb 2026 17:02:35 +0000 Subject: [PATCH] Add @actions/runner-images-writers to CODEOWNERS (#324) * added @actions/runner-images-writers to CODEOWNERS * target specific file and add comment * added both teams to file ownership --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 99b2b88..7a7282c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ * @actions/actions-vscode-reviewers + +# Owners maintaining https://github.com/actions/runner-images +/languageservice/src/value-providers/default.ts @actions/runner-images-writers @actions/actions-vscode-reviewers