Compare commits

...
Author SHA1 Message Date
Evan Mattson 8b8a40c496 Stop failing held issue triage runs 2026-06-08 12:42:36 +09:00
+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' }}