mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
19 lines
614 B
YAML
19 lines
614 B
YAML
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/issues-translate-action@v2.7
|
|
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. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿 |