Skip to content

Commit

Permalink
feat: Restrict to ourselve gpt trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontier-pass committed Oct 10, 2024
1 parent b281d8a commit 52bcbde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_gpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ 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' && contains('lmontier-pass,valoumiaou,dcuesta-pass,LucileRainteau,cdelabre', github.event.pull_request.user.login) }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Code Review GPT
uses: mattzcarey/code-review-gpt@v0.1.10
with:
Expand Down

0 comments on commit 52bcbde

Please sign in to comment.