Stop failing held issue triage runs

This commit is contained in:
Evan Mattson
2026-06-08 12:42:36 +09:00
Unverified
parent fa9e086576
commit 8b8a40c496
+1 -2
View File
@@ -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' }}