Skip to content

When you have used voice input, clicking the stop input button will automatically convert it into text. Can you send text directly after conversion? #556

When you have used voice input, clicking the stop input button will automatically convert it into text. Can you send text directly after conversion?

When you have used voice input, clicking the stop input button will automatically convert it into text. Can you send text directly after conversion? #556

name: Issue Translator
on:
issue_comment:
types: [created]
issues:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: usthe/issues-translate-action@v2.7
with:
IS_MODIFY_TITLE: true
BOT_GITHUB_TOKEN: ${{ secrets.FIT2CLOUDRD_LLM_CODE_REVIEW_TOKEN }}