Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

pull_request.labeled.payload.json 28 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
  1. {
  2. "action": "labeled",
  3. "number": 2,
  4. "pull_request": {
  5. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2",
  6. "id": 2,
  7. "node_id": "MDExOlB1bGxSZXF1ZXN0Mg==",
  8. "html_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2",
  9. "diff_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2.diff",
  10. "patch_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2.patch",
  11. "issue_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2",
  12. "number": 2,
  13. "state": "open",
  14. "locked": false,
  15. "title": "Update the README with new information.",
  16. "user": {
  17. "login": "Codertocat",
  18. "id": 4,
  19. "node_id": "MDQ6VXNlcjQ=",
  20. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  21. "gravatar_id": "",
  22. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  23. "html_url": "https://octocoders.github.io/Codertocat",
  24. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  25. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  26. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  27. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  28. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  29. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  30. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  31. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  32. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  33. "type": "User",
  34. "site_admin": false
  35. },
  36. "body": "This is a pretty simple change that we need to pull into master.",
  37. "created_at": "2019-05-15T19:38:02Z",
  38. "updated_at": "2019-05-15T19:38:05Z",
  39. "closed_at": null,
  40. "merged_at": null,
  41. "merge_commit_sha": "e67e14475991deeb61cc1999c3bf9db333ac0d5f",
  42. "assignee": null,
  43. "assignees": [
  44. ],
  45. "requested_reviewers": [
  46. ],
  47. "requested_teams": [
  48. ],
  49. "labels": [
  50. {
  51. "id": 941,
  52. "node_id": "MDU6TGFiZWw5NDE=",
  53. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels/bug",
  54. "name": "bug",
  55. "color": "d73a4a",
  56. "default": true
  57. }
  58. ],
  59. "milestone": null,
  60. "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/commits",
  61. "review_comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/comments",
  62. "review_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/comments{/number}",
  63. "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2/comments",
  64. "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/14977a7b5485400124827221a04bfb474bcd72d1",
  65. "head": {
  66. "label": "Codertocat:changes",
  67. "ref": "changes",
  68. "sha": "14977a7b5485400124827221a04bfb474bcd72d1",
  69. "user": {
  70. "login": "Codertocat",
  71. "id": 4,
  72. "node_id": "MDQ6VXNlcjQ=",
  73. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  74. "gravatar_id": "",
  75. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  76. "html_url": "https://octocoders.github.io/Codertocat",
  77. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  78. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  79. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  80. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  81. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  82. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  83. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  84. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  85. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  86. "type": "User",
  87. "site_admin": false
  88. },
  89. "repo": {
  90. "id": 118,
  91. "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=",
  92. "name": "Hello-World",
  93. "full_name": "Codertocat/Hello-World",
  94. "private": false,
  95. "owner": {
  96. "login": "Codertocat",
  97. "id": 4,
  98. "node_id": "MDQ6VXNlcjQ=",
  99. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  100. "gravatar_id": "",
  101. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  102. "html_url": "https://octocoders.github.io/Codertocat",
  103. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  104. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  105. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  106. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  107. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  108. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  109. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  110. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  111. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  112. "type": "User",
  113. "site_admin": false
  114. },
  115. "html_url": "https://octocoders.github.io/Codertocat/Hello-World",
  116. "description": null,
  117. "fork": false,
  118. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World",
  119. "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks",
  120. "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}",
  121. "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}",
  122. "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams",
  123. "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks",
  124. "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}",
  125. "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events",
  126. "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}",
  127. "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}",
  128. "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags",
  129. "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}",
  130. "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}",
  131. "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}",
  132. "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}",
  133. "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}",
  134. "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages",
  135. "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers",
  136. "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors",
  137. "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers",
  138. "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription",
  139. "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}",
  140. "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}",
  141. "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}",
  142. "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}",
  143. "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}",
  144. "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}",
  145. "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges",
  146. "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}",
  147. "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads",
  148. "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}",
  149. "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}",
  150. "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}",
  151. "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
  152. "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}",
  153. "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}",
  154. "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments",
  155. "created_at": "2019-05-15T19:37:07Z",
  156. "updated_at": "2019-05-15T19:37:10Z",
  157. "pushed_at": "2019-05-15T19:38:03Z",
  158. "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git",
  159. "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git",
  160. "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git",
  161. "svn_url": "https://octocoders.github.io/Codertocat/Hello-World",
  162. "homepage": null,
  163. "size": 0,
  164. "stargazers_count": 0,
  165. "watchers_count": 0,
  166. "language": null,
  167. "has_issues": true,
  168. "has_projects": true,
  169. "has_downloads": true,
  170. "has_wiki": true,
  171. "has_pages": true,
  172. "forks_count": 0,
  173. "mirror_url": null,
  174. "archived": false,
  175. "disabled": false,
  176. "open_issues_count": 2,
  177. "license": null,
  178. "forks": 0,
  179. "open_issues": 2,
  180. "watchers": 0,
  181. "default_branch": "master"
  182. }
  183. },
  184. "base": {
  185. "label": "Codertocat:master",
  186. "ref": "master",
  187. "sha": "78a96099c3f442d7f6e8d1a7d07090091993e65a",
  188. "user": {
  189. "login": "Codertocat",
  190. "id": 4,
  191. "node_id": "MDQ6VXNlcjQ=",
  192. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  193. "gravatar_id": "",
  194. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  195. "html_url": "https://octocoders.github.io/Codertocat",
  196. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  197. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  198. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  199. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  200. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  201. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  202. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  203. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  204. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  205. "type": "User",
  206. "site_admin": false
  207. },
  208. "repo": {
  209. "id": 118,
  210. "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=",
  211. "name": "Hello-World",
  212. "full_name": "Codertocat/Hello-World",
  213. "private": false,
  214. "owner": {
  215. "login": "Codertocat",
  216. "id": 4,
  217. "node_id": "MDQ6VXNlcjQ=",
  218. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  219. "gravatar_id": "",
  220. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  221. "html_url": "https://octocoders.github.io/Codertocat",
  222. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  223. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  224. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  225. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  226. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  227. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  228. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  229. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  230. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  231. "type": "User",
  232. "site_admin": false
  233. },
  234. "html_url": "https://octocoders.github.io/Codertocat/Hello-World",
  235. "description": null,
  236. "fork": false,
  237. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World",
  238. "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks",
  239. "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}",
  240. "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}",
  241. "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams",
  242. "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks",
  243. "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}",
  244. "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events",
  245. "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}",
  246. "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}",
  247. "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags",
  248. "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}",
  249. "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}",
  250. "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}",
  251. "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}",
  252. "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}",
  253. "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages",
  254. "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers",
  255. "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors",
  256. "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers",
  257. "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription",
  258. "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}",
  259. "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}",
  260. "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}",
  261. "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}",
  262. "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}",
  263. "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}",
  264. "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges",
  265. "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}",
  266. "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads",
  267. "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}",
  268. "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}",
  269. "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}",
  270. "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
  271. "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}",
  272. "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}",
  273. "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments",
  274. "created_at": "2019-05-15T19:37:07Z",
  275. "updated_at": "2019-05-15T19:37:10Z",
  276. "pushed_at": "2019-05-15T19:38:03Z",
  277. "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git",
  278. "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git",
  279. "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git",
  280. "svn_url": "https://octocoders.github.io/Codertocat/Hello-World",
  281. "homepage": null,
  282. "size": 0,
  283. "stargazers_count": 0,
  284. "watchers_count": 0,
  285. "language": null,
  286. "has_issues": true,
  287. "has_projects": true,
  288. "has_downloads": true,
  289. "has_wiki": true,
  290. "has_pages": true,
  291. "forks_count": 0,
  292. "mirror_url": null,
  293. "archived": false,
  294. "disabled": false,
  295. "open_issues_count": 2,
  296. "license": null,
  297. "forks": 0,
  298. "open_issues": 2,
  299. "watchers": 0,
  300. "default_branch": "master"
  301. }
  302. },
  303. "_links": {
  304. "self": {
  305. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2"
  306. },
  307. "html": {
  308. "href": "https://octocoders.github.io/Codertocat/Hello-World/pull/2"
  309. },
  310. "issue": {
  311. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2"
  312. },
  313. "comments": {
  314. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2/comments"
  315. },
  316. "review_comments": {
  317. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/comments"
  318. },
  319. "review_comment": {
  320. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/comments{/number}"
  321. },
  322. "commits": {
  323. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/commits"
  324. },
  325. "statuses": {
  326. "href": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/14977a7b5485400124827221a04bfb474bcd72d1"
  327. }
  328. },
  329. "author_association": "OWNER",
  330. "draft": false,
  331. "merged": false,
  332. "mergeable": true,
  333. "rebaseable": true,
  334. "mergeable_state": "clean",
  335. "merged_by": null,
  336. "comments": 0,
  337. "review_comments": 0,
  338. "maintainer_can_modify": false,
  339. "commits": 1,
  340. "additions": 1,
  341. "deletions": 1,
  342. "changed_files": 1
  343. },
  344. "label": {
  345. "id": 941,
  346. "node_id": "MDU6TGFiZWw5NDE=",
  347. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels/bug",
  348. "name": "bug",
  349. "color": "d73a4a",
  350. "default": true
  351. },
  352. "repository": {
  353. "id": 118,
  354. "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=",
  355. "name": "Hello-World",
  356. "full_name": "Codertocat/Hello-World",
  357. "private": false,
  358. "owner": {
  359. "login": "Codertocat",
  360. "id": 4,
  361. "node_id": "MDQ6VXNlcjQ=",
  362. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  363. "gravatar_id": "",
  364. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  365. "html_url": "https://octocoders.github.io/Codertocat",
  366. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  367. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  368. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  369. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  370. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  371. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  372. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  373. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  374. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  375. "type": "User",
  376. "site_admin": false
  377. },
  378. "html_url": "https://octocoders.github.io/Codertocat/Hello-World",
  379. "description": null,
  380. "fork": false,
  381. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World",
  382. "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks",
  383. "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}",
  384. "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}",
  385. "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams",
  386. "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks",
  387. "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}",
  388. "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events",
  389. "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}",
  390. "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}",
  391. "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags",
  392. "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}",
  393. "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}",
  394. "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}",
  395. "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}",
  396. "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}",
  397. "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages",
  398. "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers",
  399. "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors",
  400. "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers",
  401. "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription",
  402. "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}",
  403. "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}",
  404. "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}",
  405. "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}",
  406. "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}",
  407. "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}",
  408. "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges",
  409. "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}",
  410. "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads",
  411. "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}",
  412. "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}",
  413. "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}",
  414. "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
  415. "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}",
  416. "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}",
  417. "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments",
  418. "created_at": "2019-05-15T19:37:07Z",
  419. "updated_at": "2019-05-15T19:37:10Z",
  420. "pushed_at": "2019-05-15T19:38:03Z",
  421. "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git",
  422. "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git",
  423. "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git",
  424. "svn_url": "https://octocoders.github.io/Codertocat/Hello-World",
  425. "homepage": null,
  426. "size": 0,
  427. "stargazers_count": 0,
  428. "watchers_count": 0,
  429. "language": null,
  430. "has_issues": true,
  431. "has_projects": true,
  432. "has_downloads": true,
  433. "has_wiki": true,
  434. "has_pages": true,
  435. "forks_count": 0,
  436. "mirror_url": null,
  437. "archived": false,
  438. "disabled": false,
  439. "open_issues_count": 2,
  440. "license": null,
  441. "forks": 0,
  442. "open_issues": 2,
  443. "watchers": 0,
  444. "default_branch": "master"
  445. },
  446. "enterprise": {
  447. "id": 1,
  448. "slug": "github",
  449. "name": "GitHub",
  450. "node_id": "MDg6QnVzaW5lc3Mx",
  451. "avatar_url": "https://octocoders.github.io/avatars/b/1?",
  452. "description": null,
  453. "website_url": null,
  454. "html_url": "https://octocoders.github.io/businesses/github",
  455. "created_at": "2019-05-14T19:31:12Z",
  456. "updated_at": "2019-05-14T19:31:12Z"
  457. },
  458. "sender": {
  459. "login": "Codertocat",
  460. "id": 4,
  461. "node_id": "MDQ6VXNlcjQ=",
  462. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  463. "gravatar_id": "",
  464. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  465. "html_url": "https://octocoders.github.io/Codertocat",
  466. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  467. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  468. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  469. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  470. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  471. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  472. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  473. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  474. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  475. "type": "User",
  476. "site_admin": false
  477. },
  478. "installation": {
  479. "id": 5,
  480. "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uNQ=="
  481. }
  482. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...