pr-check: Remove blocked from has_label

This commit is contained in:
bbhtt
2025-05-26 21:07:01 +05:30
parent 7a01c0cdc1
commit f14cec6235
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
BLOCKED=1
fi
has_label=$(gh pr view "$PR_NUM" --json labels -q '.labels | any(.name == "awaiting-changes" or .name == "blocked" or .name == "awaiting-upstream")')
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"