mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
All webhook fixtures have now been renamed from <webhook_name>/fixtures/<webhook_name>_<event_type>.json to <webhook_name>/fixtures/<event_type>.json.
16 lines
382 B
JSON
16 lines
382 B
JSON
{
|
|
"repository":{
|
|
"name":"Repository name",
|
|
"absolute_url": "kolaszek/repository-name/"
|
|
},
|
|
"user":"kolaszek",
|
|
"commits":[
|
|
{
|
|
"message":"c\n",
|
|
"raw_node":"25f93d22b719e2d678a7ad5ee0ef0d1fcdf39c12",
|
|
"branch": "master"
|
|
}
|
|
],
|
|
"canon_url": "https://bitbucket.org/"
|
|
}
|