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

18 lines
367 B
JSON
Raw Normal View History

{
"action": "opened",
"repository": {
"full_name": "Timmy_Foundation/timmy-config",
"name": "timmy-config"
},
"sender": {
"username": "alex"
},
"pull_request": {
"number": 123,
"title": "Test PR",
"html_url": "https://forge.alexanderwhitestone.com/Timmy_Foundation/timmy-config/pulls/123"
},
"installation": {
"id": 1
}
}