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

Commit

Permalink
Update instructions (#372)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by openai -->
### Summary by OpenAI

```
**Chore:**
- Updated the version of `coderabbitai/openai-pr-reviewer` from `latest` to `v1` in the README.md file.

> 🎉 Here's to the code that never rests,  
> Upgraded now to be the best.  
> From `latest` we part, to `v1` we sail,  
> On this ship of progress, we shall never fail! 🚀
```
<!-- end of auto-generated comment: release notes by openai -->
  • Loading branch information
harjotgill authored Jul 21, 2023
1 parent 0dcb992 commit e7d9633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: coderabbitai/openai-pr-reviewer@latest
- uses: coderabbitai/openai-pr-reviewer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: coderabbitai/openai-pr-reviewer@latest
- uses: coderabbitai/openai-pr-reviewer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit e7d9633

Please sign in to comment.