Skip to content

Commit

Permalink
Merge pull request #42 from yamada-ui/fix/discord/add-member-role
Browse files Browse the repository at this point in the history
Updated discord notification groups in scripts
  • Loading branch information
hirotomoyamada authored Jun 16, 2024
2 parents b5568de + 06d46f3 commit 2a7e533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/observe-pull-requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const DISCORD_HELP_WANTED_COMMENT = (
html_url: string,
) =>
[
`<@&1202956318718304276>`,
`<@&1202956318718304276> <@&1246174065216192662>`,
`Help!, I need somebody, Help!, not just anybody,\nHelp!, you know I need someone, Help!`,
`[${number}: ${title}](${html_url})`,
].join("\n\n")
Expand Down

0 comments on commit 2a7e533

Please sign in to comment.