We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c9edf commit de7553cCopy full SHA for de7553c
1 file changed
.github/workflows/pr-labels.yml
@@ -31,7 +31,7 @@ jobs:
31
elif line.strip().startswith(unchecked):
32
print(f"--remove-label={label}")
33
EOF
34
- ) | xargs -no-run-if-empty --delimiter '\n' gh pr --repo $REPO edit
+ ) | xargs --no-run-if-empty --delimiter '\n' gh pr --repo $REPO edit
35
36
env:
37
PREFIX: "PR type: "
0 commit comments