@@ -2,16 +2,16 @@ import {WebhookPayload} from '@actions/github/lib/interfaces'
22
33const sampleWebHookPayload : WebhookPayload = {
44 action : 'opened' ,
5- number : 10 ,
5+ number : 14 ,
66 pull_request : {
7- url : 'https://api.github.com/repos/danhellem/myapp-web/pulls/10 ' ,
7+ url : 'https://api.github.com/repos/danhellem/myapp-web/pulls/14 ' ,
88 id : 847975880 ,
99 node_id : 'MDExOlB1bGxSZXF1ZXN0NDE0MjA1NTg1' ,
10- html_url : 'https://github.com/danhellem/Lorem-ipsum/pull/10 ' ,
11- diff_url : 'https://github.com/danhellem/Lorem-ipsum/pull/10 .diff' ,
12- patch_url : 'https://github.com/danhellem/Lorem-ipsum/pull/10 .patch' ,
13- issue_url : 'https://api.github.com/repos/danhellem/myapp-web/issues/10 ' ,
14- number : 10 ,
10+ html_url : 'https://github.com/danhellem/Lorem-ipsum/pull/14 ' ,
11+ diff_url : 'https://github.com/danhellem/Lorem-ipsum/pull/14 .diff' ,
12+ patch_url : 'https://github.com/danhellem/Lorem-ipsum/pull/14 .patch' ,
13+ issue_url : 'https://api.github.com/repos/danhellem/myapp-web/issues/14 ' ,
14+ number : 14 ,
1515 state : 'open' ,
1616 locked : false ,
1717 title : 'Update README.md' ,
@@ -120,7 +120,7 @@ const sampleWebHookPayload: WebhookPayload = {
120120 site_admin : true
121121 } ,
122122 html_url : 'https://github.com/danhellem/Lorem-ipsum' ,
123- description : 'Lorem ipsum dolor sit amet, consectetur adipiscing elit' ,
123+ description : null ,
124124 fork : false ,
125125 url : 'https://api.github.com/repos/danhellem/Lorem-ipsum' ,
126126 forks_url : 'https://api.github.com/repos/danhellem/Lorem-ipsum/forks' ,
@@ -283,7 +283,7 @@ const sampleWebHookPayload: WebhookPayload = {
283283 site_admin : true
284284 } ,
285285 html_url : 'https://github.com/danhellem/Lorem-ipsum' ,
286- description : 'Lorem ipsum dolor sit amet, consectetur adipiscing elit' ,
286+ description : null ,
287287 fork : false ,
288288 url : 'https://api.github.com/repos/danhellem/Lorem-ipsum' ,
289289 forks_url : 'https://api.github.com/repos/danhellem/Lorem-ipsum/forks' ,
@@ -462,7 +462,7 @@ const sampleWebHookPayload: WebhookPayload = {
462462 site_admin : true
463463 } ,
464464 html_url : 'https://github.com/danhellem/Lorem-ipsum' ,
465- description : 'Lorem ipsum dolor sit amet, consectetur adipiscing elit' ,
465+ description : null ,
466466 fork : false ,
467467 url : 'https://api.github.com/repos/danhellem/Lorem-ipsum' ,
468468 forks_url : 'https://api.github.com/repos/danhellem/Lorem-ipsum/forks' ,
0 commit comments