Skip to content

Commit

Permalink
feat(repo): use label to trigger chatGPT based auto review (#13843)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed May 31, 2023
1 parent 12a6d04 commit 85cc830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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 85cc830

Please sign in to comment.