From d00500f505bc746111df26bc8a825469d91ea9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noah=20Bayindirli=20=F0=9F=A5=82?= Date: Mon, 1 Apr 2024 15:26:02 -0400 Subject: [PATCH] update codeowners for @nbayindirli (#3522) ### Description * Updated codeowners for @nbayindirli --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ae1c959c8..6a5ccb733 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,14 +1,14 @@ # File extension owners -*.sol @yorhodes @tkporter @aroralanuk -*.ts @yorhodes @jmrossy @nambrot +*.sol @yorhodes @tkporter @aroralanuk @nbayindirli +*.ts @yorhodes @jmrossy @nambrot @nbayindirli *.rs @tkporter @daniel-savu *.md @Skunkchain @nambrot @avious00 # Package owners ## Contracts -solidity/ @yorhodes @tkporter @aroralanuk +solidity/ @yorhodes @tkporter @aroralanuk @nbayindirli ## Agents rust/ @tkporter @daniel-savu @@ -17,13 +17,13 @@ rust/ @tkporter @daniel-savu typescript/sdk @yorhodes @jmrossy ## Token -typescript/token @yorhodes @jmrossy @tkporter @aroralanuk +typescript/token @yorhodes @jmrossy @tkporter @aroralanuk @nbayindirli ## Hello World typescript/helloworld @yorhodes @nambrot ## CLI -typescript/cli @jmrossy @yorhodes @aroralanuk +typescript/cli @jmrossy @yorhodes @aroralanuk @nbayindirli ## Infra typescript/infra @tkporter @nambrot