1

Currently, I have followed this tutorial and set up Lambda, Github and my SNS for receiving responses from GitHub.

However, I am getting only the default webhook through this setting.

How do I customise it to work with one of the other non-default events here, like a pull-request (other than just push)?

Dawny33
  • 10,543
  • 21
  • 82
  • 134

1 Answers1

1

In GitHub (https://github.com///settings/hooks/new) click on the radio button under Which events would you like to trigger this webhook? and select Send me everything.

alanwill
  • 1,554
  • 17
  • 15