Skip to content

关闭注册的目的就是为了使用github来登录,可这逻辑与作者的github插件逻辑设计相突。 || The purpose of closing registration is to use github to log in, but this logic is inconsistent with the author's github plug-in logical design. #845

关闭注册的目的就是为了使用github来登录,可这逻辑与作者的github插件逻辑设计相突。 || The purpose of closing registration is to use github to log in, but this logic is inconsistent with the author's github plug-in logical design.

关闭注册的目的就是为了使用github来登录,可这逻辑与作者的github插件逻辑设计相突。 || The purpose of closing registration is to use github to log in, but this logic is inconsistent with the author's github plug-in logical design. #845

Workflow file for this run

name: 'translator'
on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]
discussion:
types: [created, edited]
discussion_comment:
types: [created, edited]
pull_request_target:
types: [opened, edited]
pull_request_review_comment:
types: [created, edited]
jobs:
translate:
permissions:
issues: write
discussions: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: lizheming/github-translate-action@1.1.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
IS_MODIFY_TITLE: true
APPEND_TRANSLATION: true