-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpull_request.api-skip-delay_label.json
More file actions
82 lines (82 loc) · 2.75 KB
/
pull_request.api-skip-delay_label.json
File metadata and controls
82 lines (82 loc) · 2.75 KB
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
{
"url": "https://api.github.com/repos/electron/electron/pulls/26876",
"id": 534054584,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTM0MDU0NTg0",
"issue_url": "https://api.github.com/repos/electron/electron/issues/26876",
"number": 26876,
"state": "closed",
"locked": false,
"title": "build: fix JS linting",
"user": {
"login": "MarshallOfSound"
},
"labels": [
{
"id": 1034512799,
"node_id": "MDU6TGFiZWwxMDM0NTEyNzk5",
"url": "https://api.github.com/repos/electron/electron/labels/api-review/skip-delay%20%E2%8F%B0",
"name": "api-review/skip-delay ⏰",
"color": "6ac2dd",
"default": false,
"description": "skip the default API approval delay"
}
],
"body": "* Ensure --fix output is actually written to disk\r\n* Cache bust on lint.js file changes\r\n* Ensure CI does not use the linting cache\r\n\r\nNotes: no-notes",
"created_at": "2020-12-08T01:24:55Z",
"updated_at": "2020-12-10T18:57:11Z",
"closed_at": "2020-12-10T18:57:07Z",
"merged_at": "2020-12-10T18:57:07Z",
"merge_commit_sha": "51db2a6b34792c99a9a685bdfbfe87a7343631b9",
"assignee": null,
"milestone": null,
"draft": false,
"commits_url": "https://api.github.com/repos/electron/electron/pulls/26876/commits",
"review_comments_url": "https://api.github.com/repos/electron/electron/pulls/26876/comments",
"review_comment_url": "https://api.github.com/repos/electron/electron/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/electron/electron/issues/26876/comments",
"statuses_url": "https://api.github.com/repos/electron/electron/statuses/c6b1b7168ab850a47f856c4a30f7a441bede1117",
"base": {
"ref": "main",
"repo": {
"id": 9384267,
"name": "electron",
"full_name": "electron/electron",
"owner": {
"login": "electron"
},
"default_branch": "main"
}
},
"head": {
"label": "electron:fix-lint-js",
"ref": "fix-lint-js",
"sha": "c6b1b7168ab850a47f856c4a30f7a441bede1117",
"user": {
"login": "electron",
"id": 13409222,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDA5MjIy",
"avatar_url": "https://avatars.githubusercontent.com/u/13409222?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/electron"
},
"repo": {
"id": 9384267,
"node_id": "MDEwOlJlcG9zaXRvcnk5Mzg0MjY3",
"name": "electron",
"full_name": "electron/electron",
"private": false,
"owner": {
"login": "electron",
"id": 13409222,
"url": "https://api.github.com/users/electron"
},
"license": {
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
}
}
}
}