Skip to content

Commit

Permalink
WIPPP
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontier-pass committed Oct 10, 2024
1 parent b281d8a commit 74c0fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_gpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
jobs:
run_code_review:
runs-on: ubuntu-latest
if: ${{ github.event.comment.body == '/gpt-check' && github.event.comment.user.association == 'CONTRIBUTOR' }}
if: ${{ github.event.comment.body == '/gpt-check' }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- run: echo "${{ toJson(github.event) }}"
- name: Code Review GPT
uses: mattzcarey/code-review-gpt@v0.1.10
with:
Expand Down

0 comments on commit 74c0fb6

Please sign in to comment.