Skip to content

Commit de7553c

Browse files
committed
fix script
1 parent e5c9edf commit de7553c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
elif line.strip().startswith(unchecked):
3232
print(f"--remove-label={label}")
3333
EOF
34-
) | xargs -no-run-if-empty --delimiter '\n' gh pr --repo $REPO edit
34+
) | xargs --no-run-if-empty --delimiter '\n' gh pr --repo $REPO edit
3535
3636
env:
3737
PREFIX: "PR type: "

0 commit comments

Comments
 (0)