Files
timmy-config/tests/fixtures/webhook/issue_created.json

14 lines
244 B
JSON
Raw Normal View History

{
"action": "opened",
"repository": {
"full_name": "Timmy_Foundation/the-playground",
"name": "the-playground"
},
"sender": {
"username": "perplexity"
},
"issue": {
"number": 456,
"title": "Add new feature"
}
}