Slide 13
Slide 13 text
GitHub Webhook Events
13
@mariatta
Say It With Bots!
https://github-app-tutorial.readthedocs.io/en/latest/responding-to-webhook.html
Activity related to an issue
action string One of opened, edited, deleted, ….
issue object The issue itself
issues
{
"action": "opened",
"issue": {
"url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1",
"repository_url": "https://api.github.com/repos/Codertocat/Hello-World",
“html_url": "https://github.com/Codertocat/Hello-World/issues/1",
"id": 444500041,
"node_id": "MDU6SXNzdWU0NDQ1MDAwNDE=",
"number": 1,
"title": "Spelling error in the README file",
...
}
}