mirror of
https://github.com/Drop-OSS/flathub-app-bin.git
synced 2026-07-01 12:43:45 -04: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