From 1beb28ae538121019fcd1675543af141eceab5ce Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:48:46 +0000 Subject: [PATCH] ci(warden): Remove repository workflow Co-Authored-By: David Cramer --- .github/workflows/warden.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/warden.yml diff --git a/.github/workflows/warden.yml b/.github/workflows/warden.yml deleted file mode 100644 index 916f10660..000000000 --- a/.github/workflows/warden.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Warden - -on: - pull_request: - types: [opened, synchronize, reopened] - -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - -# contents: write required for resolving review threads via GraphQL -# See: https://github.com/orgs/community/discussions/44650 -permissions: - contents: write - pull-requests: write - checks: write - -jobs: - review: - runs-on: ubuntu-latest - timeout-minutes: 20 - env: - WARDEN_MODEL: ${{ secrets.WARDEN_MODEL }} - WARDEN_SENTRY_DSN: ${{ secrets.WARDEN_SENTRY_DSN }} - steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - uses: getsentry/warden@2130c979dec0163048d954d9599504e2d9fa2b07 - with: - anthropic-api-key: ${{ secrets.WARDEN_ANTHROPIC_API_KEY }}