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

update job name #68

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/openai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }}

jobs:
chatgpt:
review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }}

jobs:
test:
review:
runs-on: ubuntu-latest
steps:
- uses: fluxninja/openai-pr-reviewer@main
Expand Down Expand Up @@ -147,7 +147,7 @@ on:
pull_request_target:

jobs:
test:
review:
runs-on: ubuntu-latest
steps:
- uses: fluxninja/openai-pr-reviewer@main
Expand All @@ -165,9 +165,3 @@ https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows

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

### Special Thanks

This GitHub Action is based on
[ChatGPT Action](https://github.com/unsafecoerce/chatgpt-action) by
[Tao He](https://github.com/sighingnow).