cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
311
Views
1
Helpful
1
Replies

Pull request notifications from git

akkyg
Cisco Employee
Cisco Employee

Hi everyone... I'm new to the bot world so my apologies if this question is silly.

I am looking to create/use a bot to send notifications from Github whenever any Pull request is created, approved, rejected, actioned.

Is there already a bot available which does this? If not can someone guide me on how can I create one?

1 Reply 1

dtibbe
VIP Alumni
VIP Alumni

Check out the GitHub bots in app hub: https://apphub.webex.com/applications/github-cloud-99112

If you want to create your own, you'd have to write a script that receives GitHub's web hooks, maybe filters them and finally creates a message via https://developer.webex.com/docs/api/v1/messages/create-a-message. The GitHub triggering part must be asked in a GitHub community