DEV Community

Cover image for How to get GitHub notifications on your Discord server.

How to get GitHub notifications on your Discord server.

Ineza Bonté Grévy on May 01, 2021

GitHub provides us with a way to allow other applications such as discord to connect it and receive POST requests whenever any action is done on yo...
Collapse
 
ucefkh profile image
Youssef Khouidi

FIX: add /github to the end of the webhook or it will not work!

thanks

Collapse
 
psanders profile image
Pedro Sanders

Thanks! This helped me.

Collapse
 
inezabonte profile image
Ineza Bonté Grévy

Updated 🙂

Collapse
 
t04435 profile image
T04435 • Edited

is there a way to filter the data is provided from GH?

IE: only notify on bugs created[new issue + label: bug]

Thanks.

Collapse
 
inezabonte profile image
Ineza Bonté Grévy

Yes it possible to narrow down what events you want to receive. You can select the
Let me select individual events. to see the wide range of events to choose from
Image description

Collapse
 
t04435 profile image
T04435

I saw that option but there is nothing that lets you aggregate a

  • created issue + label.contains('bug')

If there is pls, could you point to the specific check boxes to check

Thanks.

ATM I'm moving towards GH workflow with github.com/marketplace/actions/dis...

Collapse
 
jazibobs profile image
Jared Rigby

Perfect tutorial, concise and easy to follow 10/10 :)

Collapse
 
mhimon profile image
Mahbub Hasan Imon

Thanks, man! Worked perfectly

Collapse
 
leandreally profile image
LEANDRE ALLY

Thanks it working on my end💥

Collapse
 
rifkymaulana profile image
Rifky Maulana

Thankk youu, your article is amazing. it's very useful for mee....

Collapse
 
inezabonte profile image
Ineza Bonté Grévy

Glad it could help

Collapse
 
hasindulanka profile image
Hasindu Lanka

You saved my day!

Collapse
 
dev_a_dev profile image
Dev Keshwani

This webhook only connects a particular repo or covers all the repos of an github account?? @inezabonte