@@ -39,30 +39,30 @@ jobs:
39
39
msg_type : post
40
40
content : |
41
41
post:
42
- en_us :
43
- title: "GitHub issue opened: ${{ steps.issue_content.outputs.issue_title }}"
42
+ zh_cn :
43
+ title: "GitHub issue 打开: ${{ steps.issue_content.outputs.issue_title }}"
44
44
content:
45
45
- - tag: text
46
- text: "Link: "
46
+ text: 链接:
47
47
- tag: a
48
48
text: ${{ github.event.issue.html_url }}
49
49
href: ${{ github.event.issue.html_url }}
50
50
- - tag: text
51
- text: "Author: "
51
+ text: 作者:
52
52
- tag: a
53
53
text: ${{ github.event.issue.user.login }}
54
54
href: ${{ github.event.issue.user.html_url }}
55
55
- - tag: text
56
- text: "Assignee: "
56
+ text: 指派:
57
57
- tag: a
58
58
text: "${{ github.event.issue.assignee.login }}"
59
59
href: "${{ github.event.issue.assignee.html_url }}"
60
60
- - tag: text
61
- text: "Labels: ${{ github.event.issue.labels }}"
61
+ text: 标签: ${{ github.event.issue.labels }}
62
62
- - tag: text
63
- text: "Milestone: ${{ github.event.issue.milestone.title }}"
63
+ text: 里程碑: ${{ github.event.issue.milestone.title }}
64
64
- - tag: text
65
- text: "Description: "
65
+ text: 描述:
66
66
- tag: text
67
67
text: "${{ steps.issue_content.outputs.issue_body }}"
68
68
@@ -74,30 +74,30 @@ jobs:
74
74
msg_type : post
75
75
content : |
76
76
post:
77
- en_us :
78
- title: "GitHub issue edited: ${{ steps.issue_content.outputs.issue_title }}"
77
+ zh_cn :
78
+ title: "GitHub issue 编辑: ${{ steps.issue_content.outputs.issue_title }}"
79
79
content:
80
80
- - tag: text
81
- text: "Link: "
81
+ text: 链接:
82
82
- tag: a
83
83
text: ${{ github.event.issue.html_url }}
84
84
href: ${{ github.event.issue.html_url }}
85
85
- - tag: text
86
- text: "Author: "
86
+ text: 作者:
87
87
- tag: a
88
88
text: ${{ github.event.issue.user.login }}
89
89
href: ${{ github.event.issue.user.html_url }}
90
90
- - tag: text
91
- text: "Assignee: "
91
+ text: 指派:
92
92
- tag: a
93
93
text: "${{ github.event.issue.assignee.login }}"
94
94
href: "${{ github.event.issue.assignee.html_url }}"
95
95
- - tag: text
96
- text: "Labels: ${{ github.event.issue.labels }}"
96
+ text: 标签: ${{ github.event.issue.labels }}
97
97
- - tag: text
98
- text: "Milestone: ${{ github.event.issue.milestone.title }}"
98
+ text: 里程碑: ${{ github.event.issue.milestone.title }}
99
99
- - tag: text
100
- text: "Description: "
100
+ text: 描述:
101
101
- tag: text
102
102
text: "${{ steps.issue_content.outputs.issue_body }}"
103
103
@@ -109,30 +109,30 @@ jobs:
109
109
msg_type : post
110
110
content : |
111
111
post:
112
- en_us :
113
- title: "GitHub issue closed: ${{ steps.issue_content.outputs.issue_title }}"
112
+ zh_cn :
113
+ title: "GitHub issue 关闭: ${{ steps.issue_content.outputs.issue_title }}"
114
114
content:
115
115
- - tag: text
116
- text: "Link: "
116
+ text: 链接:
117
117
- tag: a
118
118
text: ${{ github.event.issue.html_url }}
119
119
href: ${{ github.event.issue.html_url }}
120
120
- - tag: text
121
- text: "Author: "
121
+ text: 作者:
122
122
- tag: a
123
123
text: ${{ github.event.issue.user.login }}
124
124
href: ${{ github.event.issue.user.html_url }}
125
125
- - tag: text
126
- text: "Assignee: "
126
+ text: 指派:
127
127
- tag: a
128
128
text: "${{ github.event.issue.assignee.login }}"
129
129
href: "${{ github.event.issue.assignee.html_url }}"
130
130
- - tag: text
131
- text: "Labels: ${{ github.event.issue.labels }}"
131
+ text: 标签: ${{ github.event.issue.labels }}
132
132
- - tag: text
133
- text: "Milestone: ${{ github.event.issue.milestone.title }}"
133
+ text: 里程碑: ${{ github.event.issue.milestone.title }}
134
134
- - tag: text
135
- text: "Description: "
135
+ text: 描述:
136
136
- tag: text
137
137
text: "${{ steps.issue_content.outputs.issue_body }}"
138
138
@@ -163,30 +163,30 @@ jobs:
163
163
msg_type : post
164
164
content : |
165
165
post:
166
- en_us :
167
- title: "GitHub PR opened: ${{ steps.PR_content.outputs.PR_title }}"
166
+ zh_cn :
167
+ title: "GitHub PR 打开: ${{ steps.PR_content.outputs.PR_title }}"
168
168
content:
169
169
- - tag: text
170
- text: "Link: "
170
+ text: 链接:
171
171
- tag: a
172
172
text: ${{ github.event.pull_request.html_url }}
173
173
href: ${{ github.event.pull_request.html_url }}
174
174
- - tag: text
175
- text: "Author: "
175
+ text: 作者:
176
176
- tag: a
177
177
text: ${{ github.event.pull_request.user.login }}
178
178
href: ${{ github.event.pull_request.user.html_url }}
179
179
- - tag: text
180
- text: "Assignee: "
180
+ text: 指派:
181
181
- tag: a
182
182
text: "${{ github.event.pull_request.assignee.login }}"
183
183
href: "${{ github.event.pull_request.assignee.html_url }}"
184
184
- - tag: text
185
- text: "Labels: ${{ github.event.pull_request.labels }}"
185
+ text: 标签: ${{ github.event.pull_request.labels }}
186
186
- - tag: text
187
- text: "Milestone: ${{ github.event.pull_request.milestone.title }}"
187
+ text: 里程碑: ${{ github.event.pull_request.milestone.title }}
188
188
- - tag: text
189
- text: "Description: "
189
+ text: 描述:
190
190
- tag: text
191
191
text: "${{ steps.PR_content.outputs.PR_body }}"
192
192
@@ -198,30 +198,30 @@ jobs:
198
198
msg_type : post
199
199
content : |
200
200
post:
201
- en_us :
202
- title: "GitHub PR edited: ${{ steps.PR_content.outputs.PR_title }}"
201
+ zh_cn :
202
+ title: "GitHub PR 编辑: ${{ steps.PR_content.outputs.PR_title }}"
203
203
content:
204
204
- - tag: text
205
- text: "Link: "
205
+ text: 链接:
206
206
- tag: a
207
207
text: ${{ github.event.pull_request.html_url }}
208
208
href: ${{ github.event.pull_request.html_url }}
209
209
- - tag: text
210
- text: "Author: "
210
+ text: 作者:
211
211
- tag: a
212
212
text: ${{ github.event.pull_request.user.login }}
213
213
href: ${{ github.event.pull_request.user.html_url }}
214
214
- - tag: text
215
- text: "Assignee: "
215
+ text: 指派:
216
216
- tag: a
217
217
text: "${{ github.event.pull_request.assignee.login }}"
218
218
href: "${{ github.event.pull_request.assignee.html_url }}"
219
219
- - tag: text
220
- text: "Labels: ${{ github.event.pull_request.labels }}"
220
+ text: 标签: ${{ github.event.pull_request.labels }}
221
221
- - tag: text
222
- text: "Milestone: ${{ github.event.pull_request.milestone.title }}"
222
+ text: 里程碑: ${{ github.event.pull_request.milestone.title }}
223
223
- - tag: text
224
- text: "Description: "
224
+ text: 描述:
225
225
- tag: text
226
226
text: "${{ steps.PR_content.outputs.PR_body }}"
227
227
@@ -233,30 +233,30 @@ jobs:
233
233
msg_type : post
234
234
content : |
235
235
post:
236
- en_us :
237
- title: "GitHub PR closed: ${{ steps.PR_content.outputs.PR_title }}"
236
+ zh_cn :
237
+ title: "GitHub PR 关闭: ${{ steps.PR_content.outputs.PR_title }}"
238
238
content:
239
239
- - tag: text
240
- text: "Link: "
240
+ text: 链接:
241
241
- tag: a
242
242
text: ${{ github.event.pull_request.html_url }}
243
243
href: ${{ github.event.pull_request.html_url }}
244
244
- - tag: text
245
- text: "Author: "
245
+ text: 作者:
246
246
- tag: a
247
247
text: ${{ github.event.pull_request.user.login }}
248
248
href: ${{ github.event.pull_request.user.html_url }}
249
249
- - tag: text
250
- text: "Assignee: "
250
+ text: 指派:
251
251
- tag: a
252
252
text: "${{ github.event.pull_request.assignee.login }}"
253
253
href: "${{ github.event.pull_request.assignee.html_url }}"
254
254
- - tag: text
255
- text: "Labels: ${{ github.event.pull_request.labels }}"
255
+ text: 标签: ${{ github.event.pull_request.labels }}
256
256
- - tag: text
257
- text: "Milestone: ${{ github.event.pull_request.milestone.title }}"
257
+ text: 里程碑: ${{ github.event.pull_request.milestone.title }}
258
258
- - tag: text
259
- text: "Description: "
259
+ text: 描述:
260
260
- tag: text
261
261
text: "${{ steps.PR_content.outputs.PR_body }}"
262
262
@@ -287,25 +287,25 @@ jobs:
287
287
msg_type : post
288
288
content : |
289
289
post:
290
- en_us :
291
- title: "GitHub discussion created: ${{ steps.discussion_content.outputs.discussion_title }}"
290
+ zh_cn :
291
+ title: "GitHub 帖子发布: ${{ steps.discussion_content.outputs.discussion_title }}"
292
292
content:
293
293
- - tag: text
294
- text: "Link: "
294
+ text: 链接:
295
295
- tag: a
296
296
text: ${{ github.event.discussion.html_url }}
297
297
href: ${{ github.event.discussion.html_url }}
298
298
- - tag: text
299
- text: "Author: "
299
+ text: 作者:
300
300
- tag: a
301
301
text: ${{ github.event.discussion.user.login }}
302
302
href: ${{ github.event.discussion.user.html_url }}
303
303
- - tag: text
304
- text: "Category: ${{ github.event.discussion.category }}"
304
+ text: 分类: ${{ github.event.discussion.category }}
305
305
- - tag: text
306
- text: "Labels: ${{ github.event.discussion.labels }}"
306
+ text: 标签: ${{ github.event.discussion.labels }}
307
307
- - tag: text
308
- text: "Description: "
308
+ text: 描述:
309
309
- tag: text
310
310
text: "${{ steps.discussion_content.outputs.discussion_body }}"
311
311
@@ -317,25 +317,25 @@ jobs:
317
317
msg_type : post
318
318
content : |
319
319
post:
320
- en_us :
321
- title: "GitHub discussion edited: ${{ steps.discussion_content.outputs.discussion_title }}"
320
+ zh_cn :
321
+ title: "GitHub 帖子修改: ${{ steps.discussion_content.outputs.discussion_title }}"
322
322
content:
323
323
- - tag: text
324
- text: "Link: "
324
+ text: 链接:
325
325
- tag: a
326
326
text: ${{ github.event.discussion.html_url }}
327
327
href: ${{ github.event.discussion.html_url }}
328
328
- - tag: text
329
- text: "Author: "
329
+ text: 作者:
330
330
- tag: a
331
331
text: ${{ github.event.discussion.user.login }}
332
332
href: ${{ github.event.discussion.user.html_url }}
333
333
- - tag: text
334
- text: "Category: ${{ github.event.discussion.category }}"
334
+ text: 分类: ${{ github.event.discussion.category }}
335
335
- - tag: text
336
- text: "Labels: ${{ github.event.discussion.labels }}"
336
+ text: 标签: ${{ github.event.discussion.labels }}
337
337
- - tag: text
338
- text: "Description: "
338
+ text: 描述:
339
339
- tag: text
340
340
text: "${{ steps.discussion_content.outputs.discussion_body }}"
341
341
@@ -359,20 +359,20 @@ jobs:
359
359
msg_type : post
360
360
content : |
361
361
post:
362
- en_us :
363
- title: "GitHub comment: ${{ steps.issue_content.outputs.issue_title }}"
362
+ zh_cn :
363
+ title: "GitHub 帖子评论: ${{ steps.issue_content.outputs.issue_title }}"
364
364
content:
365
365
- - tag: text
366
- text: "Link: "
366
+ text: 链接:
367
367
- tag: a
368
368
text: ${{ github.event.comment.html_url }}
369
369
href: ${{ github.event.comment.html_url }}
370
370
- - tag: text
371
- text: "Author: "
371
+ text: 作者:
372
372
- tag: a
373
373
text: ${{ github.event.comment.user.login }}
374
374
href: ${{ github.event.comment.user.html_url }}
375
375
- - tag: text
376
- text: "Description: "
376
+ text: 描述:
377
377
- tag: text
378
378
text: "${{ steps.comment_body.outputs.comment_body }}"
0 commit comments