1
1
# ChatGPT based PR reviewer and summarizer
2
2
3
- Based on [ ChatGPT Action] ( https://github.com/unsafecoerce/chatgpt-action )
3
+ Based on [ ChatGPT Action] ( https://github.com/unsafecoerce/chatgpt-pr-reviewer )
4
4
by [ Tao He] ( https://github.com/sighingnow ) .
5
5
6
6
## Overview
@@ -10,7 +10,7 @@ by [Tao He](https://github.com/sighingnow).
10
10
- Code review your pull requests
11
11
12
12
``` yaml
13
- - uses : fluxninja/chatgpt-action @main
13
+ - uses : fluxninja/chatgpt-pr-reviewer @main
14
14
env :
15
15
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16
16
CHATGPT_ACCESS_TOKEN : ${{ secrets.CHATGPT_ACCESS_TOKEN }}
41
41
repository : ${{github.event.pull_request.head.repo.full_name}}
42
42
ref : ${{github.event.pull_request.head.ref}}
43
43
submodules : false
44
- - uses : fluxninja/chatgpt-action @main
44
+ - uses : fluxninja/chatgpt-pr-reviewer @main
45
45
env :
46
46
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47
47
CHATGPT_ACCESS_TOKEN : ${{ secrets.CHATGPT_ACCESS_TOKEN }}
@@ -131,7 +131,7 @@ jobs:
131
131
ref: ${{github.event.pull_request.head.ref}}
132
132
submodules: false
133
133
134
- - uses: fluxninja/chatgpt-action @main
134
+ - uses: fluxninja/chatgpt-pr-reviewer @main
135
135
env:
136
136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137
137
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
@@ -161,5 +161,5 @@ prefer the `ChatGPTUnofficialProxyAPI` implementation.
161
161
162
162
Set `debug : true` in the workflow file to enable debug mode, which will show the messages
163
163
164
- [1] : https://github.com/marketplace?type=&verification=&query=chatgpt-action +
164
+ [1] : https://github.com/marketplace?type=&verification=&query=chatgpt-pr-reviewer +
165
165
[2] : https://www.npmjs.com/package/chatgpt
0 commit comments