From 8b8a40c4969d4b493c5178a7189de4dea2f1b283 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Mon, 8 Jun 2026 12:42:36 +0900 Subject: [PATCH] Stop failing held issue triage runs --- .github/workflows/issue-triage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 1a8f99c074..22b2dc8270 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -153,8 +153,7 @@ jobs: if: ${{ steps.spam.outputs.allow_triage != 'true' }} shell: bash run: | - echo "Stopping: issue triage preflight did not allow automation." - exit 1 + echo "Issue triage preflight withheld automation; maintainer review is required." - name: Reproduce reported issue if: ${{ steps.spam.outputs.allow_triage == 'true' }}