harness-drone/service/hook/parser/testdata/gogs_pull_create.json
2019-02-19 15:56:41 -08:00

43 lines
No EOL
1.1 KiB
JSON

{
"Action": "opened",
"Repo": {
"ID": "61",
"Namespace": "gogits",
"Name": "hello-world",
"Perm": {},
"Branch": "master",
"Private": true,
"Clone": "http://try.gogs.io/gogits/hello-world.git",
"CloneSSH": "git@localhost:gogits/hello-world.git",
"Link": "",
"Created": "0001-01-01T00:00:00Z",
"Updated": "0001-01-01T00:00:00Z"
},
"PullRequest": {
"Number": 2,
"Title": "huge improvements",
"Body": "",
"Sha": "",
"Ref": "refs/pull/2/head",
"Source": "feature",
"Target": "master",
"Fork": "gogits/hello-world",
"Link": "http://try.gogs.io/gogits/hello-world/pulls/2",
"Closed": false,
"Merged": false,
"Author": {
"Login": "unknwon",
"Name": "",
"Email": "noreply@gogs.io",
"Avatar": "https://secure.gravatar.com/avatar/8c58a0be77ee441bb8f8595b7f1b4e87"
},
"Created": "0001-01-01T00:00:00Z",
"Updated": "0001-01-01T00:00:00Z"
},
"Sender": {
"Login": "unknwon",
"Name": "",
"Email": "noreply@gogs.io",
"Avatar": "https://secure.gravatar.com/avatar/8c58a0be77ee441bb8f8595b7f1b4e87"
}
}