Skip to content

Commit

Permalink
Update codegpt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroCavalheiro authored Apr 18, 2024
1 parent f9b552f commit 5aca7c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/codegpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
process-events:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Run CodeGPT
if: github.event_name == 'pull_request' || (github.event_name == 'issue_comment' && contains(github.event.comment.body, 'CodeGPT') && !contains(github.event.comment.body,'The following is a message from CodeGPT:'))
uses: isat/[email protected]
Expand Down

0 comments on commit 5aca7c4

Please sign in to comment.