issue-translator.yml 662 B

123456789101112131415161718
  1. name: 'issue-translator'
  2. on:
  3. issue_comment:
  4. types: [created]
  5. issues:
  6. types: [opened]
  7. jobs:
  8. build:
  9. runs-on: ubuntu-latest
  10. steps:
  11. - uses: usthe/issues-translate-action@v2.7
  12. with:
  13. IS_MODIFY_TITLE: false
  14. # not require, default false, . Decide whether to modify the issue title
  15. # if true, the robot account @Issues-translate-bot must have modification permissions, invite @Issues-translate-bot to your project or use your custom bot.
  16. CUSTOM_BOT_NOTE: Issue is not in English. It has been translated automatically.
  17. # not require. Customize the translation robot prefix message.