mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 19:29:04 +00:00
pr-check: Fix spelling
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user