From 5aad2f76fb0682d77bf115d1ea032e288aab3ae8 Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Mon, 2 Mar 2026 13:45:59 -0500 Subject: [PATCH] fix: properly disable the triage workflow --- .github/workflows/triage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index a56f84d9b..c5043bd80 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -28,7 +28,8 @@ permissions: jobs: triage: name: Triage Issues - if: ${{ secrets.OPENAI_API_KEY != '' }} + # TODO: Re-enable once OPENAI_API_KEY secret is available + if: false runs-on: ubuntu-latest timeout-minutes: 10