Skip to content

Commit

Permalink
fix(repo): fix openAI review workflow (#13844)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jun 1, 2023
1 parent 0a26ce5 commit 2cb0cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
permissions: write-all
runs-on: ubuntu-latest
name: OpenAI PR Comment
if: "contains(github.event.pull_request.labels.*.name, 'option.review-by-ai')"
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -23,7 +24,6 @@ jobs:
PATCH_PR: ${{ github.event.pull_request.number }}
PATCH_REPO: ${{ github.repository }}
- id: review
if: contains(github.event.issue.labels.*.name, 'chatGPT review')
uses: taikoxyz/openai-review-action@main
with:
GIT_COMMIT_HASH: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 2cb0cfa

Please sign in to comment.