-
Find the Discord channel in which you would like to send commits and other updates
-
In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe!
-
-
Save jagrosh/5b1761213e33fc5b54ec7f6379034a22 to your computer and use it in GitHub Desktop.
any idea why is necesary to add /github at the end?? It work, but...
any idea why is necesary to add /github at the end?? It work, but...
Because it helps GitHub to map to a specific endpoint in case of discord.
You can have multiple endpoint on a single domain.
You can achieve this by creating your own endpoints.
E.g. you can create a simple node.js server which has two endpoints /a
and /b
that do different tasks.
- Host your node js server on service like render. It will provide you with a domain.
- Create two different webhooks in GitHub.
- For each webhook, keep the domain name same but add different endpoints for different GitHub event.
Now you have two webhooks which are mapped to two different GitHub events, but with a single domain name.
is it possible to ping/mention/notify everyone or certain people using the webhook?
Hi. Have you found a way to achieve this?
You can, but not natively. You can either use a bot that can automatically respond with a ping or (a bit trickier) use a bot and a private channel for the Girhub-webhook, so that GitHub sends the message to your private Discord channel and the bot "copies" this message and adds mentions.
Thank you. Do you know of any public bots that can do either of these? (I only tried YAGPDB, but even custom commands doesn't work since it doesn't listen for webhooks)
(Also, a few minutes ago someone shared this with me. It just seems like a bit of a pain to set up)
I ended up using this Github Actions: https://github.com/marketplace/actions/actions-status-discord
You can, but not natively. You can either use a bot that can automatically respond with a ping or (a bit trickier) use a bot and a private channel for the Girhub-webhook, so that GitHub sends the message to your private Discord channel and the bot "copies" this message and adds mentions.
Thank you. Do you know of any public bots that can do either of these? (I only tried YAGPDB, but even custom commands doesn't work since it doesn't listen for webhooks)
(Also, a few minutes ago someone shared this with me. It just seems like a bit of a pain to set up)
I would suggest Sapphire with the new Sticky Message feature for "reply with ping".
It could also be possible to use the Automod feature but I don't know if bot-messages (what a webhook message is) are recognized.
I could make you a custom bot that does this easily if you want (@thelukez
)
Thank you for the advice and the offer @The-LukeZ 🙏
I opted to try @mrgoonie 's suggestion, and it is working flawlessly. Thank you
Thank you for sharing this clear and helpful guide on setting up a Discord webhook with GitHub! The step-by-step instructions make it easy to follow, and the added note about keeping the webhook URL private is crucial. It's great to have a straightforward process for integrating GitHub updates directly into Discord channels. This will definitely streamline communication for projects. Appreciate you taking the time to share this! I was searching for a reliable service to buy an assignment online when I came across this article on https://www.linkedin.com/pulse/best-5-services-buy-assignment-online-writingbros-vdmxe. It lists the top services for buying assignments, and I found it incredibly helpful. The recommendations were spot-on, and I decided to use one of the services mentioned. The quality was great, and it was delivered on time. If you’re in the same boat and need help with assignments, this article is worth checking out.
Hello I have a problem I cant see the description when i commit to main
Hello I have a problem I cant see the description when i commit to main
Descriptions won't show up. I also noticed this.
worked without a hitch. thanks.