From 8d872b018d7b3686080598fef3b0c4c992195c28 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 10 Oct 2024 11:35:49 -0700 Subject: [PATCH] no code owners If you want to review code then pay attention. --- .github/CODEOWNERS | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index fc919bbfa4..0000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,11 +0,0 @@ -# std.json -/lib/std/json* @thejoshwolfe - -# std.Thread -/lib/std/Thread* @kprotty - -# resinator -/lib/compiler/resinator/* @squeek502 - -# SPIR-V selfhosted backend -/src/codegen/spirv* @Snektron