Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
sureness
Issues Translate Action
提交
68cb8cc6
I
Issues Translate Action
项目概览
sureness
/
Issues Translate Action
通知
4
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
I
Issues Translate Action
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
68cb8cc6
编写于
11月 11, 2020
作者:
sinat_25235033
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
use bot_github_token
上级
b8326b92
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
2 addition
and
6 deletion
+2
-6
.github/workflows/test.yml
.github/workflows/test.yml
+0
-1
action.yml
action.yml
+2
-3
src/main.ts
src/main.ts
+0
-2
未找到文件。
.github/workflows/test.yml
浏览文件 @
68cb8cc6
...
...
@@ -21,4 +21,3 @@ jobs:
-
uses
:
./
with
:
bot_github_token
:
${{ secrets.BOT_GITHUB_TOKEN }}
milliseconds
:
1000
action.yml
浏览文件 @
68cb8cc6
...
...
@@ -2,10 +2,9 @@ name: 'issue translator'
description
:
'
The
action
for
translating
non-english
issues
content
to
english.'
author
:
'
tomsun28'
inputs
:
milliseconds
:
# change this
bot_github_token
:
required
:
true
description
:
'
input
description
here'
default
:
'
default
value
if
applicable'
description
:
'
bot_github_token'
runs
:
using
:
'
node12'
main
:
'
dist/index.js'
src/main.ts
浏览文件 @
68cb8cc6
...
...
@@ -6,7 +6,6 @@ import translate from '@k3rn31p4nic/google-translate-api'
async
function
run
():
Promise
<
void
>
{
try
{
core
.
info
(
JSON
.
stringify
(
github
.
context
))
if
(
github
.
context
.
eventName
!==
'
issue_comment
'
||
github
.
context
.
payload
.
action
||
...
...
@@ -19,7 +18,6 @@ async function run(): Promise<void> {
}
const
issueCommentPayload
=
github
.
context
.
payload
as
webhook
.
EventPayloads
.
WebhookPayloadIssueComment
core
.
info
(
JSON
.
stringify
(
issueCommentPayload
))
const
issue_id
=
issueCommentPayload
.
issue
.
id
const
issue_origin_comment_body
=
issueCommentPayload
.
comment
.
body
core
.
info
(
issue_origin_comment_body
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录