mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 16:28:52 +00:00
pr-check: Remove draft labels from non draft PRs
This commit is contained in:
@@ -107,6 +107,9 @@ jobs:
|
||||
|
||||
BLOCKED=0
|
||||
|
||||
gh pr view $PR_NUM --json isDraft --jq '.isDraft' | grep -q false && \
|
||||
gh pr edit $PR_NUM --remove-label "work-in-progress" || true
|
||||
|
||||
comment_exists() {
|
||||
local comment="$1"
|
||||
echo "$PR_COMMENTS" | grep -Fq "$comment"
|
||||
|
||||
Reference in New Issue
Block a user