Skip to content

chore: add discord bot#19913

Closed
evenstensberg wants to merge 4 commits intomainfrom
feat/discord-bot
Closed

chore: add discord bot#19913
evenstensberg wants to merge 4 commits intomainfrom
feat/discord-bot

Conversation

@evenstensberg
Copy link
Member

What kind of change does this PR introduce?

Adds release automation to discord

https://github.com/marketplace/actions/github-releases-to-discord

fixes webpack/tsc#52

Did you add tests for your changes?

N/A

Does this PR introduce a breaking change?

No

What needs to be documented once your changes are merged?

  • Enable bot
  • Generate webhook url

@codspeed-hq
Copy link

codspeed-hq bot commented Sep 15, 2025

CodSpeed Performance Report

Merging #19913 will not alter performance

Comparing feat/discord-bot (110abde) with main (366d6cd)

Summary

✅ 69 untouched

Comment on lines +16 to +17
username: "webpack Release Changelog"
avatar_url: "https://github.com/webpack/media/blob/90b54d02fa1cfc8aa864a8322202f74ac000f5d2/logo/icon.png"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can set this on Discord's end

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok!

color: "2105893"
username: "webpack Release Changelog"
avatar_url: "https://github.com/webpack/media/blob/90b54d02fa1cfc8aa864a8322202f74ac000f5d2/logo/icon.png"
content: "||@everyone||"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not ping everyone in the server to this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed by adding @ here

Co-authored-by: Aviv Keller <me@aviv.sh>
@changeset-bot
Copy link

changeset-bot bot commented Dec 3, 2025

⚠️ No Changeset found

Latest commit: c63ef49

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

This PR is packaged and the instant preview is available (c63ef49).

Install it locally:

  • npm
npm i -D webpack@https://pkg.pr.new/webpack@c63ef49
  • yarn
yarn add -D webpack@https://pkg.pr.new/webpack@c63ef49
  • pnpm
pnpm add -D webpack@https://pkg.pr.new/webpack@c63ef49

@evenstensberg
Copy link
Member Author

PR review fixes done, PTAL.

@avivkeller
Copy link
Member

Great, just remember to add the webhook I mentioned at https://discord.com/channels/1180618526436888586/1371080839341019237/1445782551007330512

@evenstensberg
Copy link
Member Author

@avivkeller can you do this? You got permissions already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TSC]: Implement core release bot in discord

3 participants