恭喜美国再上一个新台阶!十三票赞成一票(美国)反对!Congratulations to the United States for reaching a new level! Thirteen votes in favor, the United States opposes! #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'issue-translator' | |
on: | |
issue_comment: | |
types: [created] | |
issues: | |
types: [opened] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: usthe/issues-translate-action@v2.7 | |
with: | |
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} | |
# Required, input your bot github token | |
BOT_LOGIN_NAME: Issues-translate-bot | |
# Not required, suggest not input, action will get name from BOT_GITHUB_TOKEN | |
# If input, BOT name must match github token |