From 408c9170cc316cddd50ff046e0d4c02488f24ae8 Mon Sep 17 00:00:00 2001 From: Jon Church Date: Fri, 10 Apr 2026 14:52:12 -0400 Subject: [PATCH] fix(workflow): update discord link to build The workflow for welcoming a contributor via comment on PR merge points to the chat.npmx.dev discord and mentions claiming a contributor role via wamellow. Wamellow is setup to handle role assignment on the build.npmx.dev discord not chat. Update the link to point the build.npmx.dev discord --- .github/workflows/welcome-close.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome-close.yml b/.github/workflows/welcome-close.yml index 606f691bc6..0de27332b6 100644 --- a/.github/workflows/welcome-close.yml +++ b/.github/workflows/welcome-close.yml @@ -39,7 +39,7 @@ jobs: const body = [ `Thanks for your first contribution, @${author}! ${emoji}`, '', - `We'd love to welcome you to the npmx community. Come and say hi on [Discord](https://chat.npmx.dev)! And once you've joined, visit [npmx.wamellow.com](https://npmx.wamellow.com/) to claim the **contributor** role.`, + `We'd love to welcome you to the npmx community. Come and say hi on [Discord](https://build.npmx.dev)! And once you've joined, visit [npmx.wamellow.com](https://npmx.wamellow.com/) to claim the **contributor** role.`, ].join('\n'); await github.rest.issues.createComment({