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

Commit 81273ab

Browse files
authored
update job name (#68)
<!-- This is an auto-generated comment: release notes by openai --> ### Summary by OpenAI **Release Notes** - **Chore:** Update job name from "chatgpt" to "review" in `.github/workflows/openai-review.yml` and `README.md`. - **Documentation:** Remove special thanks section from `README.md`. This pull request updates the name of a job from "chatgpt" to "review" in the `.github/workflows/openai-review.yml` file and in two places in the `README.md` file. Additionally, a section on special thanks has been removed from the `README.md` file. These changes are purely cosmetic and do not affect the functionality of the code. <!-- end of auto-generated comment: release notes by openai -->
1 parent 9e6baf6 commit 81273ab

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/openai-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }}
1818

1919
jobs:
20-
chatgpt:
20+
review:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v3

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ concurrency:
4848
cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }}
4949

5050
jobs:
51-
test:
51+
review:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: fluxninja/openai-pr-reviewer@main
@@ -147,7 +147,7 @@ on:
147147
pull_request_target:
148148
149149
jobs:
150-
test:
150+
review:
151151
runs-on: ubuntu-latest
152152
steps:
153153
- uses: fluxninja/openai-pr-reviewer@main
@@ -165,9 +165,3 @@ https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
165165

166166
Set `debug: true` in the workflow file to enable debug mode, which will show the
167167
messages
168-
169-
### Special Thanks
170-
171-
This GitHub Action is based on
172-
[ChatGPT Action](https://github.com/unsafecoerce/chatgpt-action) by
173-
[Tao He](https://github.com/sighingnow).

0 commit comments

Comments
 (0)