Skip to content

Commit

Permalink
wip: remove OpenAI reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Feb 24, 2024
1 parent d4764a4 commit 59eb946
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Review
uses: grebbops/ai-codereviewer@develop
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
exclude: ".github/**/*, **/*.json, **/*.md, _ci/backstop/bd/**/*"
# - name: Review
# uses: grebbops/ai-codereviewer@develop
# with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# exclude: ".github/**/*, **/*.json, **/*.md, _ci/backstop/bd/**/*"

0 comments on commit 59eb946

Please sign in to comment.