diff --git a/.github/workflows/coderabbit.yml b/.github/workflows/coderabbit.yml deleted file mode 100644 index cc70faa..0000000 --- a/.github/workflows/coderabbit.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: CodeRabbit Review - -on: - pull_request: - types: [opened, reopened, synchronize, ready_for_review] - -permissions: - contents: read - pull-requests: write - -jobs: - review: - if: github.event.pull_request.draft == false - runs-on: ubuntu-latest - steps: - - name: Run CodeRabbit review - uses: coderabbitai/coderabbit-action@v2 - with: - github_token: ${{ secrets.GITHUB_TOKEN }}