From e489023463fff504846a1a2efec3131bc767acdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lker=20G=2E=20=C3=96zt=C3=BCrk?= Date: Wed, 2 Oct 2024 15:35:24 +0300 Subject: [PATCH 1/3] codeowners: add codeowners for boardsv2 --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f13ce49ef45..a2849d5ca1d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -26,6 +26,7 @@ /examples/gno.land/p/demo/avl/ @jaekwon /examples/gno.land/p/demo/bf/ @moul /examples/gno.land/p/demo/blog/ @gnolang/devrels +/examples/gno.land/p/demo/boardsv2/ @ilgooz @jeronimoalbi /examples/gno.land/p/demo/cford32/ @thehowl /examples/gno.land/p/demo/memeland/ @leohhhn /examples/gno.land/p/demo/seqid/ @thehowl @@ -36,6 +37,7 @@ /examples/gno.land/p/demo/ui/ @moul /examples/gno.land/r/demo/ @gnolang/tech-staff @gnolang/devrels /examples/gno.land/r/demo/art/ @moul +/examples/gno.land/r/demo/boardsv2/ @ilgooz @jeronimoalbi /examples/gno.land/r/demo/memeland/ @leohhhn /examples/gno.land/r/demo/tamagotchi/ @moul /examples/gno.land/r/demo/userbook/ @leohhhn From 677730fa1ae8e8f7e9b60947c5515f8e2e109cb8 Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:57:17 +0200 Subject: [PATCH 2/3] Update .github/CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a2849d5ca1d..91fa9554654 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -26,7 +26,7 @@ /examples/gno.land/p/demo/avl/ @jaekwon /examples/gno.land/p/demo/bf/ @moul /examples/gno.land/p/demo/blog/ @gnolang/devrels -/examples/gno.land/p/demo/boardsv2/ @ilgooz @jeronimoalbi +/examples/gno.land/p/demo/boardsv2/ @ilgooz @jeronimoalbi @moul /examples/gno.land/p/demo/cford32/ @thehowl /examples/gno.land/p/demo/memeland/ @leohhhn /examples/gno.land/p/demo/seqid/ @thehowl From 83241a2ba2d0f3016607a2d7b2fc755252962734 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 2 Oct 2024 16:58:47 +0200 Subject: [PATCH 3/3] Update .github/CODEOWNERS Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 91fa9554654..3870ff30539 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -37,7 +37,7 @@ /examples/gno.land/p/demo/ui/ @moul /examples/gno.land/r/demo/ @gnolang/tech-staff @gnolang/devrels /examples/gno.land/r/demo/art/ @moul -/examples/gno.land/r/demo/boardsv2/ @ilgooz @jeronimoalbi +/examples/gno.land/r/demo/boardsv2/ @ilgooz @jeronimoalbi @moul /examples/gno.land/r/demo/memeland/ @leohhhn /examples/gno.land/r/demo/tamagotchi/ @moul /examples/gno.land/r/demo/userbook/ @leohhhn