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