Skip to content

Commit

Permalink
ci: remove useless unsafecoerce/chatgpt-action
Browse files Browse the repository at this point in the history
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
  • Loading branch information
Certseeds committed Mar 26, 2023
1 parent 61bbd47 commit 80f2488
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,6 @@ jobs:
ref: ${{github.event.pull_request.head.ref}}
submodules: false

- uses: unsafecoerce/chatgpt-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHATGPT_ACCESS_TOKEN: ${{ secrets.CHATGPT_SESSION_TOKEN }}
with:
debug: false
action: review
review_comment_lgtm: true

- uses: unsafecoerce/chatgpt-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHATGPT_ACCESS_TOKEN: ${{ secrets.CHATGPT_SESSION_TOKEN }}
OPENAI_API_KEY: ''
with:
debug: false
action: score

- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 80f2488

Please sign in to comment.