diff --git a/.github/workflows/ci_gpt.yml b/.github/workflows/ci_gpt.yml index 317413fd..7e5261d8 100644 --- a/.github/workflows/ci_gpt.yml +++ b/.github/workflows/ci_gpt.yml @@ -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: