Packages

GitHub context and webhook event payloads for GitHub Actions

Current section

Files

Jump to
pontil_context include pontil@context_ReleaseEvent.hrl
Raw

include/pontil@context_ReleaseEvent.hrl

-record(release_event, {
action :: binary(),
release :: pontil@context:release(),
repository :: gleam@dict:dict(binary(), gleam@dynamic:dynamic_()),
sender :: pontil@context:git_hub_user_lite(),
raw :: gleam@dict:dict(binary(), gleam@dynamic:dynamic_())
}).