From 6a14906d8edd2fd3ab8260a9713f3b21b40fb2d8 Mon Sep 17 00:00:00 2001 From: Bradley Mclain <764990+BradMclain@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:22:41 +1000 Subject: [PATCH] chore: add CODEOWNERS file Add @BradMclain as code owner for the repository so PRs automatically request review. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..9379634 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Code owners for this repository. +# These users are automatically requested for review on pull requests. +# See https://docs.github.com/articles/about-code-owners + +* @BradMclain