From a7d0ecbf4e3ebb1c03ff079cb075ebfad0d85af3 Mon Sep 17 00:00:00 2001 From: gregfromstl Date: Thu, 5 Dec 2024 22:40:23 +0000 Subject: [PATCH] [Apps] Chore: Add jakub as code owner (#5637) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## PR-Codex overview This PR updates the `CODEOWNERS` file to include a new owner, `@jakubkrehel`, for specific apps. This change reflects the addition of `@jakubkrehel` to the ownership of the `apps/dashboard/`, `apps/playground-web/`, and `apps/wallet-ui/` directories. ### Detailed summary - Added `@jakubkrehel` as an owner for: - `apps/dashboard/` - `apps/playground-web/` - `apps/wallet-ui/` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index acf6c447dfb..6c84a081eb8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,9 +17,9 @@ packages/tw-tsconfig/ @jnsdls @joaquim-verges # apps apps/ @jnsdls @joaquim-verges -apps/dashboard/ @jnsdls @MananTank @joaquim-verges -apps/playground-web/ @joaquim-verges @gregfromstl @jnsdls @joaquim-verges -apps/wallet-ui/ @gregfromstl @jnsdls @joaquim-verges @MananTank +apps/dashboard/ @jnsdls @MananTank @joaquim-verges @jakubkrehel +apps/playground-web/ @joaquim-verges @gregfromstl @jnsdls @joaquim-verges @jakubkrehel +apps/wallet-ui/ @gregfromstl @jnsdls @joaquim-verges @MananTank @jakubkrehel apps/portal/ @thirdweb-dev/product @thirdweb-dev/platform @thirdweb-dev/infra # .github folder + .changeset + turbo config is owned by jonas for now