ubuntu20.04中构建Linux-x64和Linux-arm64版本tailchat客户端步骤 || = Steps to build Linux-x64 and Linux-arm64 version tailchat client in ubuntu20.04 #877
This file contains hidden or 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: '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/[email protected] | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| IS_MODIFY_TITLE: true | |
| APPEND_TRANSLATION: true |