Skip to content

Commit 9326824

Browse files
author
nate smith
committed
self-assign core team PRs
1 parent 0e52f42 commit 9326824

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/prauto.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
4646
if [ "$PR_AUTHOR_TYPE" = "Bot" ] || gh api orgs/cli/public_members/$PRAUTHOR --silent 2>/dev/null
4747
then
48+
if [ "$PR_AUTHOR_TYPE" != "Bot" ]
49+
then
50+
gh pr edit --add-assignee $PRAUTHOR
51+
fi
4852
if ! errtext="$(addToBoard 2>&1)"
4953
then
5054
cat <<<"$errtext" >&2

0 commit comments

Comments
 (0)