ChatGPT-CodeReview icon indicating copy to clipboard operation
ChatGPT-CodeReview copied to clipboard

🐥 A code review bot powered by ChatGPT

Results 56 ChatGPT-CodeReview issues
Sort by recently updated
recently updated
newest added

I tried using the same configuration but it is not adding comments to the PR. I thought of some access issue with GITHUB_TOKEN but I tried using personal access token...

我该怎么检查呢?不知道哪个环节出了问题。

Use this section to tell people how to report a vulnerability.

canot permission in organization github

I didn't find any explanation for the optional variables in the config file, for example: ``` PROMPT: top_p: 1 temperature: 1 ``` What do they mean and how do we...

Can bots review during push event on github as well? I set it as below but it doesn't seem to work. Is there a way? API_KEY registered successfully. # .github/workflows/cr.yml...

配置了 LANGUAGE: Chinese,依然是英文回答 https://github.com/ZhongAnTech/zarm/pull/1078 ``` yml 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: ${{...

The app response: Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow [readme](https://github.com/anc95/ChatGPT-CodeReview) for more information. My .github/workflow/cr.yml config: ![Screenshot 2023-06-06...