Pull request notifications from git
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 10:13 PM
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?
- Labels:
-
Webex Bots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 10:46 PM
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
