From 208a18760efb9b7df5dbd3bb50a9defdd7fc3c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Pallar=C3=A9s?= Date: Tue, 23 Jul 2024 19:09:44 +0200 Subject: [PATCH] wip --- .github/workflows/new-pull-request-comment.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/new-pull-request-comment.yml b/.github/workflows/new-pull-request-comment.yml index 21926ef3ee1..4cf3c2ae2db 100644 --- a/.github/workflows/new-pull-request-comment.yml +++ b/.github/workflows/new-pull-request-comment.yml @@ -24,20 +24,12 @@ jobs: | Topic | Owner | |-----------------------------------------------------|---------------------------------------------------------------| - | Wing SDK and utility APIs | `@chriscbr` + | Wing SDK and standard library | `@chriscbr` | Wing Console | `@skyrpex` - | JSON, structs, primitives and collections | `@chriscbr` - | Platforms and plugins | `@chriscbr` - | Frontend resources (website, react, etc) | `@chriscbr` - | Language design | `@chriscbr` + | Wing compiler and language design | `@chriscbr` | VSCode extension and language server | `@chriscbr` - | Compiler architecture, inflights, lifting | `@chriscbr` - | Wing Testing Framework | `@chriscbr` | Wing CLI | `@chriscbr` - | Build system, dev environment, releases | `@chriscbr` - | Library Ecosystem | `@chriscbr` | Documentation | `@boyney123` - | SDK test suite | `@chriscbr` | Examples | `@boyney123` | Wing Playground | `@skyrpex`