issues-translate-action
一个利用GitHub Actions自动识别并翻译非英文issue内容的开源机器人项目,帮助多语言协作。
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
- 项目描述: 这是一个使用github action制作的自动识别翻译非英文issue内容的机器人项目。- action 市场地址: https://github.com/marketplace/actions/issues-translator - github 地址: https://github.com/tomsun28/issues-translate-action - 示例代码:
name: 'issue-translator'on: issue_comment: types: [created] issues: types: [opened]jobs: build: runs-on: ubuntu-latest steps: - uses: tomsun28/[email protected]- 截图: