Skip to content

Commit 9b1be75

Browse files
author
nate smith
committed
oops
1 parent 1ba0393 commit 9b1be75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prauto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
then
4848
if [ "$PR_AUTHOR_TYPE" != "Bot" ]
4949
then
50-
gh pr edit --add-assignee $PRAUTHOR
50+
gh pr edit $PRNUM --add-assignee $PRAUTHOR
5151
fi
5252
if ! errtext="$(addToBoard 2>&1)"
5353
then
@@ -60,7 +60,7 @@ jobs:
6060
exit 0
6161
fi
6262
63-
gh issue edit $ISSUENUM --add-label "external"
63+
gh pr edit $PRNUM --add-label "external"
6464
6565
if [ "$PRHEAD" = "cli:trunk" ]
6666
then

0 commit comments

Comments
 (0)