Skip to content

Commit

Permalink
[workflow] support custom robot auto update issue title in translate-…
Browse files Browse the repository at this point in the history
…action (#336)

  [workflow] add custom robot in issue-translate-action

  support modify title
  • Loading branch information
hertzbeat authored and tomsun28 committed Oct 9, 2022
1 parent 5bb797d commit 4bcf67a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/issues-translator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.6
with:
IS_MODIFY_TITLE: true
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

0 comments on commit 4bcf67a

Please sign in to comment.