We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ec1c7 commit f27f811Copy full SHA for f27f811
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 $NUMBER edit
+ ) | xargs --no-run-if-empty --delimiter '\n' gh pr --repo $REPO edit $NUMBER
35
36
env:
37
PREFIX: "PR type: "
0 commit comments