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

check_suite.requested.payload.json 12 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
  1. {
  2. "action": "requested",
  3. "check_suite": {
  4. "id": 10,
  5. "node_id": "MDEwOkNoZWNrU3VpdGUxMA==",
  6. "head_branch": "master",
  7. "head_sha": "78a96099c3f442d7f6e8d1a7d07090091993e65a",
  8. "status": "queued",
  9. "conclusion": null,
  10. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/check-suites/10",
  11. "before": "4544205a385319fd846d5df4ed2e3b8173529d78",
  12. "after": "78a96099c3f442d7f6e8d1a7d07090091993e65a",
  13. "pull_requests": [
  14. ],
  15. "app": {
  16. "id": 2,
  17. "node_id": "MDM6QXBwMg==",
  18. "owner": {
  19. "login": "Octocoders",
  20. "id": 6,
  21. "node_id": "MDEyOk9yZ2FuaXphdGlvbjY=",
  22. "avatar_url": "https://octocoders.github.io/avatars/u/6?",
  23. "gravatar_id": "",
  24. "url": "https://octocoders.github.io/api/v3/users/Octocoders",
  25. "html_url": "https://octocoders.github.io/Octocoders",
  26. "followers_url": "https://octocoders.github.io/api/v3/users/Octocoders/followers",
  27. "following_url": "https://octocoders.github.io/api/v3/users/Octocoders/following{/other_user}",
  28. "gists_url": "https://octocoders.github.io/api/v3/users/Octocoders/gists{/gist_id}",
  29. "starred_url": "https://octocoders.github.io/api/v3/users/Octocoders/starred{/owner}{/repo}",
  30. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Octocoders/subscriptions",
  31. "organizations_url": "https://octocoders.github.io/api/v3/users/Octocoders/orgs",
  32. "repos_url": "https://octocoders.github.io/api/v3/users/Octocoders/repos",
  33. "events_url": "https://octocoders.github.io/api/v3/users/Octocoders/events{/privacy}",
  34. "received_events_url": "https://octocoders.github.io/api/v3/users/Octocoders/received_events",
  35. "type": "Organization",
  36. "site_admin": false
  37. },
  38. "name": "octocoders-linter",
  39. "description": "",
  40. "external_url": "https://octocoders.io",
  41. "html_url": "https://octocoders.github.io/github-apps/octocoders-linter",
  42. "created_at": "2019-05-15T15:41:35Z",
  43. "updated_at": "2019-05-15T15:41:35Z",
  44. "permissions": {
  45. "administration": "write",
  46. "checks": "write",
  47. "contents": "write",
  48. "deployments": "write",
  49. "issues": "write",
  50. "metadata": "read",
  51. "pages": "write",
  52. "pull_requests": "write",
  53. "repository_hooks": "write",
  54. "repository_projects": "write",
  55. "vulnerability_alerts": "read",
  56. "statuses": "write",
  57. "members": "write",
  58. "organization_user_blocking": "write",
  59. "organization_projects": "write",
  60. "team_discussions": "write",
  61. "organization_hooks": "write",
  62. "repository_pre_receive_hooks": "write",
  63. "organization_pre_receive_hooks": "write"
  64. },
  65. "events": [
  66. "check_run",
  67. "check_suite",
  68. "commit_comment",
  69. "create",
  70. "delete",
  71. "deployment",
  72. "deployment_status",
  73. "fork",
  74. "gollum",
  75. "issues",
  76. "issue_comment",
  77. "label",
  78. "member",
  79. "membership",
  80. "milestone",
  81. "organization",
  82. "page_build",
  83. "project",
  84. "project_card",
  85. "project_column",
  86. "public",
  87. "pull_request",
  88. "pull_request_review",
  89. "pull_request_review_comment",
  90. "push",
  91. "release",
  92. "repository",
  93. "status",
  94. "team",
  95. "team_add",
  96. "watch"
  97. ]
  98. },
  99. "created_at": "2019-05-15T19:38:27Z",
  100. "updated_at": "2019-05-15T19:38:27Z",
  101. "latest_check_runs_count": 0,
  102. "check_runs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/check-suites/10/check-runs",
  103. "head_commit": {
  104. "id": "78a96099c3f442d7f6e8d1a7d07090091993e65a",
  105. "tree_id": "c3e6e174b68ce629340ca817d52393dcf0aed707",
  106. "message": "Add new gemfile",
  107. "timestamp": "2019-05-15T19:38:01Z",
  108. "author": {
  109. "name": "Codertocat",
  110. "email": "Codertocat@Octocoders.io"
  111. },
  112. "committer": {
  113. "name": "Codertocat",
  114. "email": "Codertocat@Octocoders.io"
  115. }
  116. }
  117. },
  118. "repository": {
  119. "id": 118,
  120. "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=",
  121. "name": "Hello-World",
  122. "full_name": "Codertocat/Hello-World",
  123. "private": false,
  124. "owner": {
  125. "login": "Codertocat",
  126. "id": 4,
  127. "node_id": "MDQ6VXNlcjQ=",
  128. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  129. "gravatar_id": "",
  130. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  131. "html_url": "https://octocoders.github.io/Codertocat",
  132. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  133. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  134. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  135. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  136. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  137. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  138. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  139. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  140. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  141. "type": "User",
  142. "site_admin": false
  143. },
  144. "html_url": "https://octocoders.github.io/Codertocat/Hello-World",
  145. "description": null,
  146. "fork": false,
  147. "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World",
  148. "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks",
  149. "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}",
  150. "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}",
  151. "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams",
  152. "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks",
  153. "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}",
  154. "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events",
  155. "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}",
  156. "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}",
  157. "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags",
  158. "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}",
  159. "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}",
  160. "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}",
  161. "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}",
  162. "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}",
  163. "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages",
  164. "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers",
  165. "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors",
  166. "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers",
  167. "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription",
  168. "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}",
  169. "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}",
  170. "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}",
  171. "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}",
  172. "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}",
  173. "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}",
  174. "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges",
  175. "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}",
  176. "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads",
  177. "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}",
  178. "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}",
  179. "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}",
  180. "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
  181. "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}",
  182. "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}",
  183. "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments",
  184. "created_at": "2019-05-15T19:37:07Z",
  185. "updated_at": "2019-05-15T19:38:27Z",
  186. "pushed_at": "2019-05-15T19:38:23Z",
  187. "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git",
  188. "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git",
  189. "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git",
  190. "svn_url": "https://octocoders.github.io/Codertocat/Hello-World",
  191. "homepage": null,
  192. "size": 0,
  193. "stargazers_count": 0,
  194. "watchers_count": 0,
  195. "language": "Ruby",
  196. "has_issues": true,
  197. "has_projects": true,
  198. "has_downloads": true,
  199. "has_wiki": true,
  200. "has_pages": true,
  201. "forks_count": 0,
  202. "mirror_url": null,
  203. "archived": false,
  204. "disabled": false,
  205. "open_issues_count": 2,
  206. "license": null,
  207. "forks": 0,
  208. "open_issues": 2,
  209. "watchers": 0,
  210. "default_branch": "master"
  211. },
  212. "enterprise": {
  213. "id": 1,
  214. "slug": "github",
  215. "name": "GitHub",
  216. "node_id": "MDg6QnVzaW5lc3Mx",
  217. "avatar_url": "https://octocoders.github.io/avatars/b/1?",
  218. "description": null,
  219. "website_url": null,
  220. "html_url": "https://octocoders.github.io/businesses/github",
  221. "created_at": "2019-05-14T19:31:12Z",
  222. "updated_at": "2019-05-14T19:31:12Z"
  223. },
  224. "sender": {
  225. "login": "Codertocat",
  226. "id": 4,
  227. "node_id": "MDQ6VXNlcjQ=",
  228. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  229. "gravatar_id": "",
  230. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  231. "html_url": "https://octocoders.github.io/Codertocat",
  232. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  233. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  234. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  235. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  236. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  237. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  238. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  239. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  240. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  241. "type": "User",
  242. "site_admin": false
  243. },
  244. "installation": {
  245. "id": 5,
  246. "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uNQ=="
  247. }
  248. }
Tip!

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

Comments

Loading...