wflow icon indicating copy to clipboard operation
wflow copied to clipboard

Give an example event.json

Open tylerauerbeck opened this issue 6 years ago • 1 comments

From a quick glance at a repo, there doesn't seem to be a lot of documentation of what needs to be in event.json (outside of a Github webhook payload). That makes sense, but it may be worth providing an example event.json and pointing to somewhere folks can find examples of GH webhook payloads.

Apologies if I'm just missing where this might already be at. Otherwise, happy to contribute if others think this would be useful.

tylerauerbeck avatar Oct 03 '19 23:10 tylerauerbeck

It's a GitHub Event syntax. There are some examples here: https://developer.github.com/v3/activity/events/types/#pushevent

You can also find them in the webhooks section of your repo on GitHub. All the payloads are there. I'll update the documentation shortly.

phishy avatar Nov 10 '19 13:11 phishy