Skip to content

Commit

Permalink
release version 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Oct 18, 2022
1 parent fb11db5 commit b41f55d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.6
- uses: usthe/issues-translate-action@v2.7
with:
IS_MODIFY_TITLE: false
# not require, default false, . Decide whether to modify the issue title
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.6
- uses: usthe/issues-translate-action@v2.7
with:
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
# Required, input your bot github token
Expand All @@ -73,7 +73,7 @@ jobs:

1. invite @Issues-translate-bot to your project.
Project -> Settings -> Manage access -> Invite a collaborator
Post an issue in [issues-translate-action](https://github.com/tomsun28/issues-translate-action) to let us konw, the @Issues-translate-bot will join soon.
Post an issue in [issues-translate-action](https://github.com/tomsun28/issues-translate-action) to let us know, the @Issues-translate-bot will join soon.

## DEMO

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.6
- uses: usthe/issues-translate-action@v2.7
with:
IS_MODIFY_TITLE: false
# 非必须,决定是否需要修改issue标题内容
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.6
- uses: usthe/issues-translate-action@v2.7
with:
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
# 非必须,填写您的机器人github账户token
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "issues-translator",
"version": "2.6.0",
"version": "2.7.0",
"private": true,
"description": "The action for translating Non-English issues content to English.",
"main": "lib/main.js",
Expand Down

0 comments on commit b41f55d

Please sign in to comment.