From 1f3c5cd93d8c6d2da6e8091028c4c6c7b1fccace Mon Sep 17 00:00:00 2001 From: yakimoto <66892052+yakimoto@users.noreply.github.com> Date: Sat, 29 Aug 2026 22:21:47 -0400 Subject: [PATCH] ci: remove pr-agent OSS workflow (100% failing for 30 days, redundant with the review plane) --- .github/workflows/pr-agent.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/pr-agent.yml diff --git a/.github/workflows/pr-agent.yml b/.github/workflows/pr-agent.yml deleted file mode 100644 index 5d4ce23..0000000 --- a/.github/workflows/pr-agent.yml +++ /dev/null @@ -1,23 +0,0 @@ -# pr-agent (OSS) caller — adopts the wave-foundation reusable lane. -# Engine: OSS Qodo Merge on our OPENAI_KEY (trial-independent). SSOT pinned by SHA. -name: pr-agent (OSS) -on: - pull_request: - types: [opened, reopened, ready_for_review, synchronize] - issue_comment: - types: [created] - -permissions: - issues: write - pull-requests: write - contents: read - -concurrency: - group: pr-agent-${{ github.event.pull_request.number || github.event.issue.number || github.ref }} - cancel-in-progress: true - -jobs: - pr_agent: - uses: wave-av/wave-foundation/.github/workflows/reusable-pr-agent.yml@150ffae24f63e207ab81430fa64cb2b1e5c01546 # post-#1191 - secrets: - OPENAI_KEY: ${{ secrets.OPENAI_KEY }}