From 8ee1b0a0634d2de91dd09c9bf38eebb73f699998 Mon Sep 17 00:00:00 2001 From: Riley Rice Date: Fri, 17 Apr 2026 14:23:28 -0700 Subject: [PATCH] docs: update github username in CODEOWNERS --- .github/CODEOWNERS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c579d99..e6bbc7f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,23 +2,23 @@ # These owners will be requested for review when someone opens a pull request. # Default owner for everything in the repo -* @riceriley59 +* @rice-riley # Core parsing and types -/internal/core/ @riceriley59 +/internal/core/ @rice-riley # Plugin implementations -/plugins/ @riceriley59 +/plugins/ @rice-riley # CLI -/internal/cli/ @riceriley59 -/cmd/ @riceriley59 +/internal/cli/ @rice-riley +/cmd/ @rice-riley # CI/CD and build configuration -/.github/ @riceriley59 -/Makefile @riceriley59 -/deps.mk @riceriley59 +/.github/ @rice-riley +/Makefile @rice-riley +/deps.mk @rice-riley # Documentation -/docs/ @riceriley59 -/*.md @riceriley59 +/docs/ @rice-riley +/*.md @rice-riley