From d83a5c08b0eaa8be8795721111cb48e994a4fbcf Mon Sep 17 00:00:00 2001 From: l Date: Tue, 4 Aug 2026 15:18:53 +0100 Subject: [PATCH] Add helper message --- test-sdc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-sdc.sh b/test-sdc.sh index 62d1c7e1f..fe4c3470e 100755 --- a/test-sdc.sh +++ b/test-sdc.sh @@ -180,3 +180,5 @@ elif [[ "$1" == "implement-cowsay" ]]; then else echo "Please run this with a valid test directory name as argument" fi + +echo "If you want to re-run the automated tests after changing some code, remove the 'Needs Review', wait a little, and then re-add the 'Needs Review' label on your PR."