Switch a tab on the web page, switch an app on the mobile phone, and the list will be refreshed after going back, which is difficult to use. #25843
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] | |
| jobs: | |
| translate: | |
| permissions: | |
| issues: write | |
| discussions: write | |
| pull-requests: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - uses: lizheming/github-translate-action@c55aac477e98562d4faed9f77c54ab8306ae6ebf | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| IS_MODIFY_TITLE: true |