From 0b19601ea7d6d59b3e3c48abc82ec18078de970a Mon Sep 17 00:00:00 2001 From: karamouche Date: Mon, 3 Aug 2026 12:27:14 -0400 Subject: [PATCH] chore: add CODEOWNERS file to request reviews on all PRs --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b967436 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Request review from @karamouche on every pull request. +* @karamouche