pr-check: Fix spelling

This commit is contained in:
bbhtt
2025-05-26 21:08:29 +05:30
parent f14cec6235
commit fd4decdd08
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
has_label=$(gh pr view "$PR_NUM" --json labels -q '.labels | any(.name == "awaiting-changes" or .name == "awaiting-upstream")')
echo "BLOCKED is set to $BLOCKED"
echo "Reviewd labels is set to $has_label"
echo "Reviewed labels is set to $has_label"
if [ "$BLOCKED" -eq 0 ] && [ "$has_label" != "true" ]; then
echo "Marking as awaiting-review"