mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci/update: don't assign a team to the PR
Only users can be assigned to PRs, not teams.
This commit is contained in:
parent
8bf206eb75
commit
f028201847
1 changed files with 0 additions and 2 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue