Skip to content

[Fix] Update the way we split the string to get pinyin #189

[Fix] Update the way we split the string to get pinyin

[Fix] Update the way we split the string to get pinyin #189

Workflow file for this run

name: Auto approve 🤖
on: pull_request_target
jobs:
autoapprove:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3
if: github.actor == 'dependabot[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"