diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index a28d765..7c31e96 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -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"