log mod_pubsub_github/mod_pubsub_github.lua @ 4100:20d436a1028d

age author description
2019-03-31 Kim Alvefur mod_pubsub_github: Assume unspecified event is 'push' if there are commits in payload
2019-03-31 Kim Alvefur mod_pubsub_github: Rearrange code to make it easier to handle other event types
2019-03-31 Kim Alvefur mod_pubsub_github: Get event type from payload (should work with gitlab)
2019-03-31 Kim Alvefur mod_pubsub_github: Reorder code to prepare for more code reordering
2019-03-31 Kim Alvefur mod_pubsub_github: Rename variable to avoid name clash [luacheck]
2019-03-31 Kim Alvefur mod_pubsub_github: Include a summary field in payload
2019-03-31 Kim Alvefur mod_pubsub_github: Add some spacing to improve readability