Skip to content

Commit

Permalink
commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Nov 24, 2023
1 parent 5c0db11 commit 60115a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gpt-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: AI Code Reviewer
on:
pull_request:
types:
- opened
- synchronize
- labeled
permissions: write-all
jobs:
review:
if: ${{ github.event.label.name == 'review' }}
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 60115a3

Please sign in to comment.