Skip to content

Commit 04be137

Browse files
authored
fix: Update wait-for-merge.sh
1 parent b00fa70 commit 04be137

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pr-ready/wait-for-merge.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ check_pr_status() {
2323
else
2424
echo "Pull request is not merged. Checking again in 60 seconds..."
2525
sleep 60
26-
return 1
2726
fi
2827
}
2928

3029
# Keep checking until the PR is merged
3130
while check_pr_status; do
3231
:
33-
done
32+
done

0 commit comments

Comments
 (0)