Skip to content

Releases: kubbot/issues-translate-action

The first version is used for OpenIM issue translation

17 May 11:44
Compare
Choose a tag to compare

Use

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

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