issue-translator.yml 358 B

123456789101112131415
  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. CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically.