mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
modify issues translation robot (#5624)
* Add issue robot automatic reply and Translation Co-authored-by: chenxingchun <438044805@qq.com>
This commit is contained in:
parent
5d3b75a0a3
commit
b436ef0a2c
1
.github/actions/issues-translate
vendored
1
.github/actions/issues-translate
vendored
@ -1 +0,0 @@
|
||||
Subproject commit b4a675cc16d1826524553771d6b8b1c6c5c51be0
|
1
.github/actions/translate-on-issue
vendored
Submodule
1
.github/actions/translate-on-issue
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 959b66feb4231b08e8251422ac6d469cdc03d140
|
7
.github/workflows/issue_robot.yml
vendored
7
.github/workflows/issue_robot.yml
vendored
@ -20,8 +20,6 @@ name: issue-robot
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
issueRobot:
|
||||
@ -34,9 +32,10 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- name: "Translation into English in issue"
|
||||
uses: ./.github/actions/issues-translate
|
||||
uses: ./.github/actions/translate-on-issue
|
||||
with:
|
||||
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
translate-title: true
|
||||
translate-body: true
|
||||
|
||||
- name: "Comment in issue"
|
||||
uses: ./.github/actions/comment-on-issue
|
||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -21,6 +21,6 @@
|
||||
[submodule ".github/actions/lable-on-issue"]
|
||||
path = .github/actions/lable-on-issue
|
||||
url = https://github.com/xingchun-chen/labeler
|
||||
[submodule ".github/actions/issues-translate"]
|
||||
path = .github/actions/issues-translate
|
||||
url = https://github.com/xingchun-chen/issues-translate-action.git
|
||||
[submodule ".github/actions/translate-on-issue"]
|
||||
path = .github/actions/translate-on-issue
|
||||
url = https://github.com/xingchun-chen/translation-helper.git
|
||||
|
Loading…
Reference in New Issue
Block a user