self-assign core team PRs
This commit is contained in:
parent
0e52f429c0
commit
9326824e9e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/prauto.yml
vendored
4
.github/workflows/prauto.yml
vendored
|
|
@ -45,6 +45,10 @@ jobs:
|
|||
|
||||
if [ "$PR_AUTHOR_TYPE" = "Bot" ] || gh api orgs/cli/public_members/$PRAUTHOR --silent 2>/dev/null
|
||||
then
|
||||
if [ "$PR_AUTHOR_TYPE" != "Bot" ]
|
||||
then
|
||||
gh pr edit --add-assignee $PRAUTHOR
|
||||
fi
|
||||
if ! errtext="$(addToBoard 2>&1)"
|
||||
then
|
||||
cat <<<"$errtext" >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue