fix: aiproxy ignore redis qpm error #5131
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Github Rebot for issues-translator' | |
on: | |
issues: | |
types: [ opened ] | |
issue_comment: | |
types: [ created ] | |
jobs: | |
translate: | |
permissions: | |
issues: write | |
discussions: write | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: usthe/[email protected] | |
with: | |
IS_MODIFY_TITLE: true | |
BOT_GITHUB_TOKEN: ${{ secrets.GH_PAT }} | |
CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿 |