Skip to content

Commit f27f811

Browse files
committed
fix script
1 parent 43ec1c7 commit f27f811

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 $NUMBER edit
34+
) | xargs --no-run-if-empty --delimiter '\n' gh pr --repo $REPO edit $NUMBER
3535
3636
env:
3737
PREFIX: "PR type: "

0 commit comments

Comments
 (0)