From 00f57b9ea723a7be22d6e4c9fc1b82c1fe32d1b6 Mon Sep 17 00:00:00 2001 From: Pandu E POLUAN Date: Wed, 6 Mar 2024 11:50:10 +0700 Subject: [PATCH] Update CODEOWNERS I willingly am taking up ownership and responsibility of the `lib/00subexecutor.zsh` file, and will review any changes to the file in the future. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 361ed624b..a9bf13d25 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,3 +12,6 @@ plugins/starship/ @axieax plugins/universalarchive/ @Konfekt plugins/wp-cli/ @joshmedeski plugins/zoxide/ @ajeetdsouza + +# Core library owners +lib/00subexecutor.zsh @pepoluan