From b29cec69218c1b7b1a73a57a2b89af2676eb8ccf Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 26 Aug 2025 10:35:41 +0200 Subject: [PATCH] Update basic-support-info.yml --- .github/workflows/basic-support-info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic-support-info.yml b/.github/workflows/basic-support-info.yml index a80f669d..61200b40 100644 --- a/.github/workflows/basic-support-info.yml +++ b/.github/workflows/basic-support-info.yml @@ -26,7 +26,7 @@ jobs: for label in $LABELS; do if [ "$label" = "investigate" ]; then echo "Issue has 'investigate' label. Skipping workflow." - exit 0 + exit 1 fi done