From f74d529299c587fa18b496be873fffc8f47d6207 Mon Sep 17 00:00:00 2001 From: oocube <168133309+oocube@users.noreply.github.com> Date: Mon, 18 May 2026 20:58:18 +0200 Subject: [PATCH] Change CODEOWNERS path for workflow reviewers Also protect the codeowners file itself --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4ad197d71..f1fa5522e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Require specific reviewers for any changes to GitHub Actions workflows # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -/.github/workflows/ @oocube @mcarans @phkb +/.github/ @oocube @mcarans @phkb