Skip to content
Compare
Choose a tag to compare
@tomsun28 tomsun28 released this 04 Dec 15:37
· 28 commits to main since this release

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]