This commit is contained in:
nate smith 2021-11-24 16:45:27 -06:00
parent 1ba03938a1
commit 9b1be750d2

View file

@ -47,7 +47,7 @@ jobs:
then then
if [ "$PR_AUTHOR_TYPE" != "Bot" ] if [ "$PR_AUTHOR_TYPE" != "Bot" ]
then then
gh pr edit --add-assignee $PRAUTHOR gh pr edit $PRNUM --add-assignee $PRAUTHOR
fi fi
if ! errtext="$(addToBoard 2>&1)" if ! errtext="$(addToBoard 2>&1)"
then then
@ -60,7 +60,7 @@ jobs:
exit 0 exit 0
fi fi
gh issue edit $ISSUENUM --add-label "external" gh pr edit $PRNUM --add-label "external"
if [ "$PRHEAD" = "cli:trunk" ] if [ "$PRHEAD" = "cli:trunk" ]
then then