From 5291b4410a1d0da7fba7cfda8bc24544261355d0 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 18 May 2026 15:41:32 +0100 Subject: [PATCH] chore(codeowners): drop .github/workflows/ owner line (standards#55 Rule 3) --- .github/CODEOWNERS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 65a8f9a0..18a5ef60 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -21,13 +21,10 @@ main-game/rescript.json @JoshuaJewell @hyperpolymath main-game/scripts/ @JoshuaJewell @hyperpolymath main-game/Containerfile @JoshuaJewell @hyperpolymath -# CI/CD workflows -.github/workflows/ @JoshuaJewell @hyperpolymath - # Guix channel guix/ @JoshuaJewell @hyperpolymath .guix-channel @JoshuaJewell @hyperpolymath # Security-sensitive files SECURITY.md @JoshuaJewell @hyperpolymath -.machine_readable/ @JoshuaJewell @hyperpolymath \ No newline at end of file +.machine_readable/ @JoshuaJewell @hyperpolymath