Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 23d0694

Browse files
committed
rename action
1 parent 711470a commit 23d0694

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChatGPT based PR reviewer and summarizer
22

3-
Based on [ChatGPT Action](https://github.com/unsafecoerce/chatgpt-action)
3+
Based on [ChatGPT Action](https://github.com/unsafecoerce/chatgpt-pr-reviewer)
44
by [Tao He](https://github.com/sighingnow).
55

66
## Overview
@@ -10,7 +10,7 @@ by [Tao He](https://github.com/sighingnow).
1010
- Code review your pull requests
1111

1212
```yaml
13-
- uses: fluxninja/chatgpt-action@main
13+
- uses: fluxninja/chatgpt-pr-reviewer@main
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
CHATGPT_ACCESS_TOKEN: ${{ secrets.CHATGPT_ACCESS_TOKEN }}
@@ -41,7 +41,7 @@ jobs:
4141
repository: ${{github.event.pull_request.head.repo.full_name}}
4242
ref: ${{github.event.pull_request.head.ref}}
4343
submodules: false
44-
- uses: fluxninja/chatgpt-action@main
44+
- uses: fluxninja/chatgpt-pr-reviewer@main
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
CHATGPT_ACCESS_TOKEN: ${{ secrets.CHATGPT_ACCESS_TOKEN }}
@@ -131,7 +131,7 @@ jobs:
131131
ref: ${{github.event.pull_request.head.ref}}
132132
submodules: false
133133
134-
- uses: fluxninja/chatgpt-action@main
134+
- uses: fluxninja/chatgpt-pr-reviewer@main
135135
env:
136136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137137
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
@@ -161,5 +161,5 @@ prefer the `ChatGPTUnofficialProxyAPI` implementation.
161161

162162
Set `debug: true` in the workflow file to enable debug mode, which will show the messages
163163

164-
[1]: https://github.com/marketplace?type=&verification=&query=chatgpt-action+
164+
[1]: https://github.com/marketplace?type=&verification=&query=chatgpt-pr-reviewer+
165165
[2]: https://www.npmjs.com/package/chatgpt

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'chatgpt-action'
1+
name: 'chatgpt-pr-reviewer'
22
description: 'ChatGPT based PR reviewer and summarizer'
33
inputs:
44
debug:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "chatgpt-action",
2+
"name": "chatgpt-pr-reviewer",
33
"version": "0.0.0",
44
"private": true,
55
"type": "module",
@@ -17,14 +17,13 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/unsafecoerce/chatgpt-action.git"
20+
"url": "git+https://github.com/fluxninja/chatgpt-pr-reviewer.git"
2121
},
2222
"keywords": [
2323
"actions",
2424
"node",
2525
"setup"
2626
],
27-
"author": "Tao He <[email protected]>",
2827
"license": "MIT",
2928
"dependencies": {
3029
"@actions/core": "^1.10.0",

0 commit comments

Comments
 (0)