From 58f1e3793149f7cf3771a6ef588d746a37649869 Mon Sep 17 00:00:00 2001 From: NodeByte Date: Mon, 11 May 2026 14:18:14 -0600 Subject: [PATCH] Delete .github/workflows/coderabbit.yml This is handled via the coderabbit dashboard now, workflow is not needed --- .github/workflows/coderabbit.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/coderabbit.yml 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 }}