ChatGPT-CodeReview
ChatGPT-CodeReview copied to clipboard
如何配置中文回答?
配置了 LANGUAGE: Chinese,依然是英文回答
https://github.com/ZhongAnTech/zarm/pull/1078
name: Code Review
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: anc95/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
LANGUAGE: Chinese