From 049dd3525e61558ed0a7c1afff09a5df394b1492 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Mon, 25 May 2026 11:46:02 +0900 Subject: [PATCH] ci(detect-agent): remove the detect-agent workflow --- .github/workflows/detect-agent.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/detect-agent.yml diff --git a/.github/workflows/detect-agent.yml b/.github/workflows/detect-agent.yml deleted file mode 100644 index f4cdfa6cd4f..00000000000 --- a/.github/workflows/detect-agent.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Detect Agent - -on: - pull_request: - types: [opened] - workflow_dispatch: {} - -permissions: {} - -jobs: - detect: - if: github.event_name != 'workflow_dispatch' - permissions: - issues: write - pull-requests: write - uses: bombshell-dev/automation/.github/workflows/detect-agent.yml@fefdda5cafd503bf3caaccd0a350c5d863d4289c - - backfill: - if: github.event_name == 'workflow_dispatch' - permissions: - issues: write - pull-requests: write - uses: bombshell-dev/automation/.github/workflows/detect-agent-backfill.yml@fefdda5cafd503bf3caaccd0a350c5d863d4289c