Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit 7bede99

Browse files
committed
add new fields to the example payload
1 parent 9d81e4c commit 7bede99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/github_payload

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"before" => "4c8124ffcf4039d292442eeccabdeca5af5c5017",
1212
"compare" => "http://github.com/mojombo/grit/compare/4c8124ffcf4039d292442eeccabdeca5af5c5017...a47fd41f3aa4610ea527dcc1669dfdb9c15c5425",
1313
"forced" => false,
14+
"created" => false,
15+
"deleted" => false,
1416

1517
"repository" => {
1618
"name" => "grit",
@@ -20,6 +22,7 @@
2022

2123
"commits" => [
2224
{
25+
"distinct" => true,
2326
"removed" => [],
2427
"message" => "stub git call for Grit#heads test",
2528
"added" => [],
@@ -30,6 +33,7 @@
3033
"id" => "06f63b43050935962f84fe54473a7c5de7977325"
3134
},
3235
{
36+
"distinct" => true,
3337
"removed" => [],
3438
"message" => "clean up heads test",
3539
"added" => [],
@@ -40,6 +44,7 @@
4044
"id" => "5057e76a11abd02e83b7d3d3171c4b68d9c88480"
4145
},
4246
{
47+
"distinct" => true,
4348
"removed" => [],
4449
"message" => "add more comments throughout",
4550
"added" => [],

0 commit comments

Comments
 (0)