summaryrefslogtreecommitdiff
path: root/.github/workflows/issue-translator.yml
blob: 92557c8219d80f3370e3ca6355644fa5f3fe3820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: 'issue-translator'
on:
  issue_comment:
    types: [created]
  issues:
    types: [opened]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: usthe/[email protected]
        with:
          IS_MODIFY_TITLE: false
          CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically.