Update basic-support-info.yml

This commit is contained in:
Marco Ochse 2025-08-26 10:35:41 +02:00 committed by GitHub
parent 95906f1ede
commit b29cec6921
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
for label in $LABELS; do for label in $LABELS; do
if [ "$label" = "investigate" ]; then if [ "$label" = "investigate" ]; then
echo "Issue has 'investigate' label. Skipping workflow." echo "Issue has 'investigate' label. Skipping workflow."
exit 0 exit 1
fi fi
done done