Catch webhook events from Github and post a message in Slack (via incoming webhooks) if your username is mentioned in an issue description or comment.
This workflow is configured with the following sample event:
{
"issue": {
"title": "test issue",
"body": "@example this is a test",
"url": "https://api.github.com/repos/example/example/issues/1",
"number": 1,
"user": {
"login": "creator_username"
}
},
"sender": {
"login": "sender_username"
},
"action": "opened"
}
To test, follow steps 1-4 above, but set the username in Step 2 to example (or update the sample event in the test event editor).
Pipedream is an automation platform for developers.