Skip to content

Commit

Permalink
Remove ai pr reviewer (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-encord authored Nov 7, 2023
1 parent 64143f0 commit f7424ec
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/sdk-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,3 @@ jobs:
with:
files: ${{ env.UNIT_TEST_REPORT }}
check_name: Unit test report

review:
name: Automated code review by OpenAI
runs-on: ubuntu-latest
steps:
- uses: coderabbitai/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
debug: false
review_simple_changes: false
review_comment_lgtm: false

0 comments on commit f7424ec

Please sign in to comment.