diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml deleted file mode 100644 index 1b14de2..0000000 --- a/.github/workflows/pr-review.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Review Pull Requests - -on: - pull_request: - types: [opened, synchronize] - workflow_dispatch: - -permissions: {} - -jobs: - label: - runs-on: ubuntu-24.04-arm - permissions: - pull-requests: write - issues: write - contents: read - attestations: read - steps: - - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - - name: Review PR - uses: clouatre-labs/aptu@5545c56f0f4bf52a3dc918ec48a56c309280447c # v0.10.1 - continue-on-error: true - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} - gemini-api-key: ${{ secrets.GEMINI_API_KEY }} - openrouter-api-key: ${{ secrets.OPENROUTER_API_KEY }} - provider: gemini - model: gemini-3.1-flash-lite - skip-labeled: 'false' - fallback-provider: 'openrouter' - fallback-model: 'inception/mercury-2' - instructions-file: .github/instructions/pr-review.md - repo-path: ${{ github.workspace }}