Issues Translate Action Versions Save

The action for translating Non-English issues content to English.

v2.7

1 year ago

What's Changed

Use

name: 'issue-translator'
on: 
  issue_comment: 
    types: [created]
  issues: 
    types: [opened]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: usthe/[email protected]

v2.6

2 years ago

Features

BugFix

fix bug when issue only has the title https://github.com/usthe/issues-translate-action/issues/56

fix bug when only title is not english https://github.com/usthe/issues-translate-action/issues/55

Use

name: 'issue-comment-translator'
on: 
  issue_comment: 
    types: [created]
  issues: 
    types: [opened]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: tomsun28/[email protected]

v2.5

3 years ago

Features

support modify issue title
support custom bot prefix message
cn docs support

BugFix

Use

name: 'issue-comment-translator'
on: 
  issue_comment: 
    types: [created]
  issues: 
    types: [opened]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: tomsun28/[email protected]

v2.4

3 years ago

Features

remove issueUser content, only translate it
add more emojix

BugFix

Use

name: 'issue-comment-translator'
on: 
  issue_comment: 
    types: [created]
  issues: 
    types: [opened]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: tomsun28/[email protected]

v2.3

3 years ago

Features

BugFix

fix RequestError: The body, json and form options are mutually exclusive #40

Use

name: 'issue-comment-translator'
on: 
  issue_comment: 
    types: [created]
  issues: 
    types: [opened]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: tomsun28/[email protected]

v2.2

3 years ago

Features

BugFix

not show failed when action trigger not match code rule #27
when translate bot comment, ignore it #26
fix bug when translate body equal origin

Use

name: 'issue-comment-translator'
on: 
  issue_comment: 
    types: [created]
  issues: 
    types: [opened]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: tomsun28/[email protected]
          

v2.1

3 years ago

Features

support translate issue title

BugFix

translate error when issues with no comment #11

Use

name: 'issue-comment-translator'
on: [issues, issue_comment]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: tomsun28/[email protected]
          

v2.0

3 years ago

Features

support action brand icon and color

BugFix

Use

name: 'issue-comment-translator'
on: 
  issues:
  issue_comment:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: tomsun28/[email protected]
          

v1.2

3 years ago

Features

issues-translte-action is release and support issues trigger

BugFix

Use

name: 'issue-comment-translator'
on: 
  issues:
  issue_comment:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: tomsun28/[email protected]
          

v1.1

3 years ago

Features

issues-translte-action is release

BugFix

Use

name: 'issue-comment-translator'
on: # only support issue_comment
  issue_comment:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: tomsun28/[email protected]