zulip/zerver/webhooks/gogs/fixtures/pull_request__closed.json

122 lines
3.4 KiB
JSON

{
"secret": "",
"action": "closed",
"number": 1,
"pull_request": {
"id": 1,
"number": 1,
"user": {
"id": 2,
"login": "john",
"full_name": "",
"email": "john@example.com",
"avatar_url": "https://secure.gravatar.com/avatar/3e55b4d0f779dd3b7ab3be7960dc157a",
"username": "john"
},
"title": "Title Text for Pull Request",
"body": "Description Text",
"labels": [],
"milestone": null,
"assignee": null,
"state": "closed",
"comments": 0,
"head_branch": "feature",
"head_repo": {
"id": 2,
"owner": {
"id": 2,
"login": "john",
"full_name": "",
"email": "john@example.com",
"avatar_url": "https://secure.gravatar.com/avatar/3e55b4d0f779dd3b7ab3be7960dc157a",
"username": "john"
},
"name": "try-git",
"full_name": "john/try-git",
"description": "",
"private": false,
"fork": true,
"html_url": "http://localhost:3000/john/try-git",
"ssh_url": "john@localhost:john/try-git.git",
"clone_url": "http://localhost:3000/john/try-git.git",
"website": "",
"stars_count": 0,
"forks_count": 0,
"watchers_count": 1,
"open_issues_count": 0,
"default_branch": "master",
"created_at": "2017-02-19T18:10:53-05:00",
"updated_at": "2017-02-19T18:13:08-05:00"
},
"base_branch": "master",
"base_repo": {
"id": 1,
"owner": {
"id": 1,
"login": "john",
"full_name": "",
"email": "john@example.com",
"avatar_url": "https://secure.gravatar.com/avatar/715cb4680284423d81d2e75e94f812a1",
"username": "john"
},
"name": "try-git",
"full_name": "john/try-git",
"description": "",
"private": false,
"fork": false,
"html_url": "http://localhost:3000/john/try-git",
"ssh_url": "john@localhost:john/try-git.git",
"clone_url": "http://localhost:3000/john/try-git.git",
"website": "",
"stars_count": 0,
"forks_count": 1,
"watchers_count": 1,
"open_issues_count": 0,
"default_branch": "master",
"created_at": "2017-02-19T13:23:39-05:00",
"updated_at": "2017-02-19T17:56:41-05:00"
},
"html_url": "http://localhost:3000/john/try-git/pulls/1",
"mergeable": true,
"merged": false,
"merged_at": null,
"merge_commit_sha": null,
"merged_by": null
},
"repository": {
"id": 1,
"owner": {
"id": 1,
"login": "john",
"full_name": "",
"email": "john@example.com",
"avatar_url": "https://secure.gravatar.com/avatar/715cb4680284423d81d2e75e94f812a1",
"username": "john"
},
"name": "try-git",
"full_name": "john/try-git",
"description": "",
"private": false,
"fork": false,
"html_url": "http://localhost:3000/john/try-git",
"ssh_url": "john@localhost:john/try-git.git",
"clone_url": "http://localhost:3000/john/try-git.git",
"website": "",
"stars_count": 0,
"forks_count": 1,
"watchers_count": 1,
"open_issues_count": 0,
"default_branch": "master",
"created_at": "2017-02-19T13:23:39-05:00",
"updated_at": "2017-02-19T17:56:41-05:00"
},
"sender": {
"id": 1,
"login": "john",
"full_name": "",
"email": "john@example.com",
"avatar_url": "https://secure.gravatar.com/avatar/715cb4680284423d81d2e75e94f812a1",
"username": "john"
}
}