aboutsummaryrefslogtreecommitdiffstats
path: root/python/wpt/tests/synchronize.json
blob: ec4d89d6702a334c326e7ee83721853b4911f189 (plain) (blame)
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
{
  "action": "synchronize",
  "number": 19612,
  "pull_request": {
    "url": "https://api.github.com/repos/servo/servo/pulls/19612",
    "id": 159474132,
    "html_url": "https://github.com/servo/servo/pull/19612",
    "diff_url": "https://github.com/servo/servo/pull/19612.diff",
    "patch_url": "https://github.com/servo/servo/pull/19612.patch",
    "issue_url": "https://api.github.com/repos/servo/servo/issues/19612",
    "number": 19612,
    "state": "open",
    "locked": false,
    "title": "deny warnings",
    "user": {
      "login": "tigercosmos",
      "id": 18013815,
      "avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/tigercosmos",
      "html_url": "https://github.com/tigercosmos",
      "followers_url": "https://api.github.com/users/tigercosmos/followers",
      "following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
      "gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
      "organizations_url": "https://api.github.com/users/tigercosmos/orgs",
      "repos_url": "https://api.github.com/users/tigercosmos/repos",
      "events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
      "received_events_url": "https://api.github.com/users/tigercosmos/received_events",
      "type": "User",
      "site_admin": false
    },
    "body": "<!-- Please describe your changes on the following line: -->\r\ndeny warnings\r\nrelated to #19573\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #19572 (github issue number if applicable).\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because _____\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/servo/19612)\n<!-- Reviewable:end -->\n",
    "created_at": "2017-12-20T17:24:41Z",
    "updated_at": "2017-12-21T13:34:10Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": "b584f06079f4d4dc10fbc0e9bbef848b5aeb0d15",
    "assignee": {
      "login": "SimonSapin",
      "id": 291359,
      "avatar_url": "https://avatars0.githubusercontent.com/u/291359?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/SimonSapin",
      "html_url": "https://github.com/SimonSapin",
      "followers_url": "https://api.github.com/users/SimonSapin/followers",
      "following_url": "https://api.github.com/users/SimonSapin/following{/other_user}",
      "gists_url": "https://api.github.com/users/SimonSapin/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/SimonSapin/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/SimonSapin/subscriptions",
      "organizations_url": "https://api.github.com/users/SimonSapin/orgs",
      "repos_url": "https://api.github.com/users/SimonSapin/repos",
      "events_url": "https://api.github.com/users/SimonSapin/events{/privacy}",
      "received_events_url": "https://api.github.com/users/SimonSapin/received_events",
      "type": "User",
      "site_admin": false
    },
    "assignees": [
      {
        "login": "SimonSapin",
        "id": 291359,
        "avatar_url": "https://avatars0.githubusercontent.com/u/291359?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/SimonSapin",
        "html_url": "https://github.com/SimonSapin",
        "followers_url": "https://api.github.com/users/SimonSapin/followers",
        "following_url": "https://api.github.com/users/SimonSapin/following{/other_user}",
        "gists_url": "https://api.github.com/users/SimonSapin/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/SimonSapin/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/SimonSapin/subscriptions",
        "organizations_url": "https://api.github.com/users/SimonSapin/orgs",
        "repos_url": "https://api.github.com/users/SimonSapin/repos",
        "events_url": "https://api.github.com/users/SimonSapin/events{/privacy}",
        "received_events_url": "https://api.github.com/users/SimonSapin/received_events",
        "type": "User",
        "site_admin": false
      }
    ],
    "requested_reviewers": [

    ],
    "milestone": null,
    "commits_url": "https://api.github.com/repos/servo/servo/pulls/19612/commits",
    "review_comments_url": "https://api.github.com/repos/servo/servo/pulls/19612/comments",
    "review_comment_url": "https://api.github.com/repos/servo/servo/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/servo/servo/issues/19612/comments",
    "statuses_url": "https://api.github.com/repos/servo/servo/statuses/ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd",
    "head": {
      "label": "tigercosmos:o1",
      "ref": "o1",
      "sha": "ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd",
      "user": {
        "login": "tigercosmos",
        "id": 18013815,
        "avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/tigercosmos",
        "html_url": "https://github.com/tigercosmos",
        "followers_url": "https://api.github.com/users/tigercosmos/followers",
        "following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
        "gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
        "organizations_url": "https://api.github.com/users/tigercosmos/orgs",
        "repos_url": "https://api.github.com/users/tigercosmos/repos",
        "events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
        "received_events_url": "https://api.github.com/users/tigercosmos/received_events",
        "type": "User",
        "site_admin": false
      },
      "repo": {
        "id": 100714943,
        "name": "servo",
        "full_name": "tigercosmos/servo",
        "owner": {
          "login": "tigercosmos",
          "id": 18013815,
          "avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/tigercosmos",
          "html_url": "https://github.com/tigercosmos",
          "followers_url": "https://api.github.com/users/tigercosmos/followers",
          "following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
          "gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
          "organizations_url": "https://api.github.com/users/tigercosmos/orgs",
          "repos_url": "https://api.github.com/users/tigercosmos/repos",
          "events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
          "received_events_url": "https://api.github.com/users/tigercosmos/received_events",
          "type": "User",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/tigercosmos/servo",
        "description": "The Servo Browser Engine",
        "fork": true,
        "url": "https://api.github.com/repos/tigercosmos/servo",
        "forks_url": "https://api.github.com/repos/tigercosmos/servo/forks",
        "keys_url": "https://api.github.com/repos/tigercosmos/servo/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/tigercosmos/servo/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/tigercosmos/servo/teams",
        "hooks_url": "https://api.github.com/repos/tigercosmos/servo/hooks",
        "issue_events_url": "https://api.github.com/repos/tigercosmos/servo/issues/events{/number}",
        "events_url": "https://api.github.com/repos/tigercosmos/servo/events",
        "assignees_url": "https://api.github.com/repos/tigercosmos/servo/assignees{/user}",
        "branches_url": "https://api.github.com/repos/tigercosmos/servo/branches{/branch}",
        "tags_url": "https://api.github.com/repos/tigercosmos/servo/tags",
        "blobs_url": "https://api.github.com/repos/tigercosmos/servo/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/tigercosmos/servo/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/tigercosmos/servo/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/tigercosmos/servo/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/tigercosmos/servo/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/tigercosmos/servo/languages",
        "stargazers_url": "https://api.github.com/repos/tigercosmos/servo/stargazers",
        "contributors_url": "https://api.github.com/repos/tigercosmos/servo/contributors",
        "subscribers_url": "https://api.github.com/repos/tigercosmos/servo/subscribers",
        "subscription_url": "https://api.github.com/repos/tigercosmos/servo/subscription",
        "commits_url": "https://api.github.com/repos/tigercosmos/servo/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/tigercosmos/servo/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/tigercosmos/servo/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/tigercosmos/servo/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/tigercosmos/servo/contents/{+path}",
        "compare_url": "https://api.github.com/repos/tigercosmos/servo/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/tigercosmos/servo/merges",
        "archive_url": "https://api.github.com/repos/tigercosmos/servo/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/tigercosmos/servo/downloads",
        "issues_url": "https://api.github.com/repos/tigercosmos/servo/issues{/number}",
        "pulls_url": "https://api.github.com/repos/tigercosmos/servo/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/tigercosmos/servo/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/tigercosmos/servo/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/tigercosmos/servo/labels{/name}",
        "releases_url": "https://api.github.com/repos/tigercosmos/servo/releases{/id}",
        "deployments_url": "https://api.github.com/repos/tigercosmos/servo/deployments",
        "created_at": "2017-08-18T13:31:45Z",
        "updated_at": "2017-11-05T13:18:26Z",
        "pushed_at": "2017-12-21T13:34:10Z",
        "git_url": "git://github.com/tigercosmos/servo.git",
        "ssh_url": "git@github.com:tigercosmos/servo.git",
        "clone_url": "https://github.com/tigercosmos/servo.git",
        "svn_url": "https://github.com/tigercosmos/servo",
        "homepage": "https://servo.org/",
        "size": 321860,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": "Rust",
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "open_issues_count": 0,
        "license": {
          "key": "mpl-2.0",
          "name": "Mozilla Public License 2.0",
          "spdx_id": "MPL-2.0",
          "url": "https://api.github.com/licenses/mpl-2.0"
        },
        "forks": 0,
        "open_issues": 0,
        "watchers": 0,
        "default_branch": "main"
      }
    },
    "base": {
      "label": "servo:main",
      "ref": "main",
      "sha": "df0f9ad7ae6f10ffeaf5d40f4a2a25abadabf9cc",
      "user": {
        "login": "servo",
        "id": 2566135,
        "avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/servo",
        "html_url": "https://github.com/servo",
        "followers_url": "https://api.github.com/users/servo/followers",
        "following_url": "https://api.github.com/users/servo/following{/other_user}",
        "gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/servo/subscriptions",
        "organizations_url": "https://api.github.com/users/servo/orgs",
        "repos_url": "https://api.github.com/users/servo/repos",
        "events_url": "https://api.github.com/users/servo/events{/privacy}",
        "received_events_url": "https://api.github.com/users/servo/received_events",
        "type": "Organization",
        "site_admin": false
      },
      "repo": {
        "id": 3390243,
        "name": "servo",
        "full_name": "servo/servo",
        "owner": {
          "login": "servo",
          "id": 2566135,
          "avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/servo",
          "html_url": "https://github.com/servo",
          "followers_url": "https://api.github.com/users/servo/followers",
          "following_url": "https://api.github.com/users/servo/following{/other_user}",
          "gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/servo/subscriptions",
          "organizations_url": "https://api.github.com/users/servo/orgs",
          "repos_url": "https://api.github.com/users/servo/repos",
          "events_url": "https://api.github.com/users/servo/events{/privacy}",
          "received_events_url": "https://api.github.com/users/servo/received_events",
          "type": "Organization",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/servo/servo",
        "description": "The Servo Browser Engine",
        "fork": false,
        "url": "https://api.github.com/repos/servo/servo",
        "forks_url": "https://api.github.com/repos/servo/servo/forks",
        "keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/servo/servo/teams",
        "hooks_url": "https://api.github.com/repos/servo/servo/hooks",
        "issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
        "events_url": "https://api.github.com/repos/servo/servo/events",
        "assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
        "branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
        "tags_url": "https://api.github.com/repos/servo/servo/tags",
        "blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/servo/servo/languages",
        "stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
        "contributors_url": "https://api.github.com/repos/servo/servo/contributors",
        "subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
        "subscription_url": "https://api.github.com/repos/servo/servo/subscription",
        "commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
        "compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/servo/servo/merges",
        "archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/servo/servo/downloads",
        "issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
        "pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
        "releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
        "deployments_url": "https://api.github.com/repos/servo/servo/deployments",
        "created_at": "2012-02-08T19:07:25Z",
        "updated_at": "2017-12-21T09:43:03Z",
        "pushed_at": "2017-12-21T13:12:14Z",
        "git_url": "git://github.com/servo/servo.git",
        "ssh_url": "git@github.com:servo/servo.git",
        "clone_url": "https://github.com/servo/servo.git",
        "svn_url": "https://github.com/servo/servo",
        "homepage": "https://servo.org/",
        "size": 402429,
        "stargazers_count": 10867,
        "watchers_count": 10867,
        "language": "Rust",
        "has_issues": true,
        "has_projects": false,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "forks_count": 1810,
        "mirror_url": null,
        "archived": false,
        "open_issues_count": 2027,
        "license": {
          "key": "mpl-2.0",
          "name": "Mozilla Public License 2.0",
          "spdx_id": "MPL-2.0",
          "url": "https://api.github.com/licenses/mpl-2.0"
        },
        "forks": 1810,
        "open_issues": 2027,
        "watchers": 10867,
        "default_branch": "main"
      }
    },
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/servo/servo/pulls/19612"
      },
      "html": {
        "href": "https://github.com/servo/servo/pull/19612"
      },
      "issue": {
        "href": "https://api.github.com/repos/servo/servo/issues/19612"
      },
      "comments": {
        "href": "https://api.github.com/repos/servo/servo/issues/19612/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/servo/servo/pulls/19612/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/servo/servo/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/servo/servo/pulls/19612/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/servo/servo/statuses/ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd"
      }
    },
    "author_association": "CONTRIBUTOR",
    "merged": false,
    "mergeable": null,
    "rebaseable": null,
    "mergeable_state": "unknown",
    "merged_by": null,
    "comments": 61,
    "review_comments": 0,
    "maintainer_can_modify": true,
    "commits": 1,
    "additions": 19,
    "deletions": 20,
    "changed_files": 8
  },
  "before": "537b653d9044d2f265d5790ba3761cea539a57f6",
  "after": "ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd",
  "repository": {
    "id": 3390243,
    "name": "servo",
    "full_name": "servo/servo",
    "owner": {
      "login": "servo",
      "id": 2566135,
      "avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/servo",
      "html_url": "https://github.com/servo",
      "followers_url": "https://api.github.com/users/servo/followers",
      "following_url": "https://api.github.com/users/servo/following{/other_user}",
      "gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/servo/subscriptions",
      "organizations_url": "https://api.github.com/users/servo/orgs",
      "repos_url": "https://api.github.com/users/servo/repos",
      "events_url": "https://api.github.com/users/servo/events{/privacy}",
      "received_events_url": "https://api.github.com/users/servo/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/servo/servo",
    "description": "The Servo Browser Engine",
    "fork": false,
    "url": "https://api.github.com/repos/servo/servo",
    "forks_url": "https://api.github.com/repos/servo/servo/forks",
    "keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/servo/servo/teams",
    "hooks_url": "https://api.github.com/repos/servo/servo/hooks",
    "issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/servo/servo/events",
    "assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/servo/servo/tags",
    "blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/servo/servo/languages",
    "stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
    "contributors_url": "https://api.github.com/repos/servo/servo/contributors",
    "subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
    "subscription_url": "https://api.github.com/repos/servo/servo/subscription",
    "commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/servo/servo/merges",
    "archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/servo/servo/downloads",
    "issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
    "releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
    "deployments_url": "https://api.github.com/repos/servo/servo/deployments",
    "created_at": "2012-02-08T19:07:25Z",
    "updated_at": "2017-12-21T09:43:03Z",
    "pushed_at": "2017-12-21T13:12:14Z",
    "git_url": "git://github.com/servo/servo.git",
    "ssh_url": "git@github.com:servo/servo.git",
    "clone_url": "https://github.com/servo/servo.git",
    "svn_url": "https://github.com/servo/servo",
    "homepage": "https://servo.org/",
    "size": 402429,
    "stargazers_count": 10867,
    "watchers_count": 10867,
    "language": "Rust",
    "has_issues": true,
    "has_projects": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 1810,
    "mirror_url": null,
    "archived": false,
    "open_issues_count": 2027,
    "license": {
      "key": "mpl-2.0",
      "name": "Mozilla Public License 2.0",
      "spdx_id": "MPL-2.0",
      "url": "https://api.github.com/licenses/mpl-2.0"
    },
    "forks": 1810,
    "open_issues": 2027,
    "watchers": 10867,
    "default_branch": "main"
  },
  "organization": {
    "login": "servo",
    "id": 2566135,
    "url": "https://api.github.com/orgs/servo",
    "repos_url": "https://api.github.com/orgs/servo/repos",
    "events_url": "https://api.github.com/orgs/servo/events",
    "hooks_url": "https://api.github.com/orgs/servo/hooks",
    "issues_url": "https://api.github.com/orgs/servo/issues",
    "members_url": "https://api.github.com/orgs/servo/members{/member}",
    "public_members_url": "https://api.github.com/orgs/servo/public_members{/member}",
    "avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
    "description": "The Servo web browser engine"
  },
  "sender": {
    "login": "tigercosmos",
    "id": 18013815,
    "avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/tigercosmos",
    "html_url": "https://github.com/tigercosmos",
    "followers_url": "https://api.github.com/users/tigercosmos/followers",
    "following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
    "gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
    "organizations_url": "https://api.github.com/users/tigercosmos/orgs",
    "repos_url": "https://api.github.com/users/tigercosmos/repos",
    "events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
    "received_events_url": "https://api.github.com/users/tigercosmos/received_events",
    "type": "User",
    "site_admin": false
  }
}