mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 16:28:52 +00:00
pr-check: Fix logic being flipped
This commit is contained in:
@@ -312,7 +312,7 @@ jobs:
|
||||
"work-in-progress" \
|
||||
"pr-check-blocked" \
|
||||
"blocked" \
|
||||
&& ! latest_build_succeeded \
|
||||
&& latest_build_succeeded \
|
||||
&& [ "$PR_THREAD_COUNT" -eq 0 ]; then
|
||||
echo "No review comments, ensuring awaiting-review label"
|
||||
gh pr edit "$PR_NUM" \
|
||||
|
||||
Reference in New Issue
Block a user