ci/update: don't assign a team to the PR

Only users can be assigned to PRs, not teams.
This commit is contained in:
Matt Sturgeon 2025-01-30 17:38:48 +00:00
parent 8bf206eb75
commit f028201847
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -194,7 +194,6 @@ jobs:
operation=updated
gh pr edit "$pr_num" \
--body "$body" \
--add-assignee "$team" \
--add-reviewer "$team"
else
echo "Creating new PR"
@ -203,7 +202,6 @@ jobs:
--base "$base_branch" \
--title "$title" \
--body "$body" \
--assignee "$team" \
--reviewer "$team"
fi