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...
For further actions, you may consider blocking this person and/or reporting abuse
FIX: add /github to the end of the webhook or it will not work!
thanks
Thanks! This helped me.
Updated 🙂
is there a way to filter the data is provided from GH?
IE: only notify on bugs created[new issue + label: bug]
Thanks.
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 fromI saw that option but there is nothing that lets you aggregate a
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...
Perfect tutorial, concise and easy to follow 10/10 :)
Thanks, man! Worked perfectly
Thanks it working on my end💥
Thankk youu, your article is amazing. it's very useful for mee....
Glad it could help
You saved my day!
This webhook only connects a particular repo or covers all the repos of an github account?? @inezabonte