Skip to content

Commit 408c917

Browse files
committed
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
1 parent 6c6e274 commit 408c917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/welcome-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
const body = [
4040
`Thanks for your first contribution, @${author}! ${emoji}`,
4141
'',
42-
`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.`,
42+
`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.`,
4343
].join('\n');
4444
4545
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)