forked from abeyuya/actions-mention-to-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissue_comment_payload.json
More file actions
201 lines (201 loc) · 11.7 KB
/
issue_comment_payload.json
File metadata and controls
201 lines (201 loc) · 11.7 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
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
{
"action": "created",
"comment": {
"author_association": "OWNER",
"body": "Once more with feeling @JustSlone\nThis is another line\nAnd another one, hello\nOne more line!",
"created_at": "2020-07-29T22:49:07Z",
"html_url": "https://github.com/JustSlone/actions-mention-to-slack/issues/1#issuecomment-665969793",
"id": 665969793,
"issue_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/issues/1",
"node_id": "MDEyOklzc3VlQ29tbWVudDY2NTk2OTc5Mw==",
"performed_via_github_app": null,
"updated_at": "2020-07-29T22:49:07Z",
"url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/issues/comments/665969793",
"user": {
"avatar_url": "https://avatars0.githubusercontent.com/u/40304143?v=4",
"events_url": "https://api.github.com/users/JustSlone/events{/privacy}",
"followers_url": "https://api.github.com/users/JustSlone/followers",
"following_url": "https://api.github.com/users/JustSlone/following{/other_user}",
"gists_url": "https://api.github.com/users/JustSlone/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/JustSlone",
"id": 40304143,
"login": "JustSlone",
"node_id": "MDQ6VXNlcjQwMzA0MTQz",
"organizations_url": "https://api.github.com/users/JustSlone/orgs",
"received_events_url": "https://api.github.com/users/JustSlone/received_events",
"repos_url": "https://api.github.com/users/JustSlone/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/JustSlone/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/JustSlone/subscriptions",
"type": "User",
"url": "https://api.github.com/users/JustSlone"
}
},
"issue": {
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "OWNER",
"body": "does this work? @JustSlone ",
"closed_at": null,
"comments": 3,
"comments_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/issues/1/comments",
"created_at": "2020-07-29T22:41:48Z",
"events_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/issues/1/events",
"html_url": "https://github.com/JustSlone/actions-mention-to-slack/issues/1",
"id": 668216239,
"labels": [],
"labels_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/issues/1/labels{/name}",
"locked": false,
"milestone": null,
"node_id": "MDU6SXNzdWU2NjgyMTYyMzk=",
"number": 1,
"performed_via_github_app": null,
"repository_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack",
"state": "open",
"title": "Test issue",
"updated_at": "2020-07-29T22:49:07Z",
"url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/issues/1",
"user": {
"avatar_url": "https://avatars0.githubusercontent.com/u/40304143?v=4",
"events_url": "https://api.github.com/users/JustSlone/events{/privacy}",
"followers_url": "https://api.github.com/users/JustSlone/followers",
"following_url": "https://api.github.com/users/JustSlone/following{/other_user}",
"gists_url": "https://api.github.com/users/JustSlone/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/JustSlone",
"id": 40304143,
"login": "JustSlone",
"node_id": "MDQ6VXNlcjQwMzA0MTQz",
"organizations_url": "https://api.github.com/users/JustSlone/orgs",
"received_events_url": "https://api.github.com/users/JustSlone/received_events",
"repos_url": "https://api.github.com/users/JustSlone/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/JustSlone/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/JustSlone/subscriptions",
"type": "User",
"url": "https://api.github.com/users/JustSlone"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/assignees{/user}",
"blobs_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/branches{/branch}",
"clone_url": "https://github.com/JustSlone/actions-mention-to-slack.git",
"collaborators_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/comments{/number}",
"commits_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/commits{/sha}",
"compare_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/contents/{+path}",
"contributors_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/contributors",
"created_at": "2020-07-29T20:44:42Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/deployments",
"description": "Github Action for convert Github mention to Slack mention.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/downloads",
"events_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/events",
"fork": true,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/forks",
"full_name": "JustSlone/actions-mention-to-slack",
"git_commits_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/git/tags{/sha}",
"git_url": "git://github.com/JustSlone/actions-mention-to-slack.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/hooks",
"html_url": "https://github.com/JustSlone/actions-mention-to-slack",
"id": 283598898,
"issue_comment_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/issues/events{/number}",
"issues_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/issues{/number}",
"keys_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/keys{/key_id}",
"labels_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/merges",
"milestones_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/milestones{/number}",
"mirror_url": null,
"name": "actions-mention-to-slack",
"node_id": "MDEwOlJlcG9zaXRvcnkyODM1OTg4OTg=",
"notifications_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/notifications{?since,all,participating}",
"open_issues": 1,
"open_issues_count": 1,
"owner": {
"avatar_url": "https://avatars0.githubusercontent.com/u/40304143?v=4",
"events_url": "https://api.github.com/users/JustSlone/events{/privacy}",
"followers_url": "https://api.github.com/users/JustSlone/followers",
"following_url": "https://api.github.com/users/JustSlone/following{/other_user}",
"gists_url": "https://api.github.com/users/JustSlone/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/JustSlone",
"id": 40304143,
"login": "JustSlone",
"node_id": "MDQ6VXNlcjQwMzA0MTQz",
"organizations_url": "https://api.github.com/users/JustSlone/orgs",
"received_events_url": "https://api.github.com/users/JustSlone/received_events",
"repos_url": "https://api.github.com/users/JustSlone/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/JustSlone/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/JustSlone/subscriptions",
"type": "User",
"url": "https://api.github.com/users/JustSlone"
},
"private": false,
"pulls_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/pulls{/number}",
"pushed_at": "2020-07-29T22:48:53Z",
"releases_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/releases{/id}",
"size": 6688,
"ssh_url": "git@github.com:JustSlone/actions-mention-to-slack.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/stargazers",
"statuses_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/subscribers",
"subscription_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/subscription",
"svn_url": "https://github.com/JustSlone/actions-mention-to-slack",
"tags_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/tags",
"teams_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/teams",
"trees_url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack/git/trees{/sha}",
"updated_at": "2020-07-29T22:48:55Z",
"url": "https://api.github.com/repos/JustSlone/actions-mention-to-slack",
"watchers": 0,
"watchers_count": 0
},
"sender": {
"avatar_url": "https://avatars0.githubusercontent.com/u/40304143?v=4",
"events_url": "https://api.github.com/users/JustSlone/events{/privacy}",
"followers_url": "https://api.github.com/users/JustSlone/followers",
"following_url": "https://api.github.com/users/JustSlone/following{/other_user}",
"gists_url": "https://api.github.com/users/JustSlone/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/JustSlone",
"id": 40304143,
"login": "JustSlone",
"node_id": "MDQ6VXNlcjQwMzA0MTQz",
"organizations_url": "https://api.github.com/users/JustSlone/orgs",
"received_events_url": "https://api.github.com/users/JustSlone/received_events",
"repos_url": "https://api.github.com/users/JustSlone/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/JustSlone/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/JustSlone/subscriptions",
"type": "User",
"url": "https://api.github.com/users/JustSlone"
}
}