Skip to content

Commit f028201

Browse files
committed
ci/update: don't assign a team to the PR
Only users can be assigned to PRs, not teams.
1 parent 8bf206e commit f028201

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/update.yml

-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ jobs:
194194
operation=updated
195195
gh pr edit "$pr_num" \
196196
--body "$body" \
197-
--add-assignee "$team" \
198197
--add-reviewer "$team"
199198
else
200199
echo "Creating new PR"
@@ -203,7 +202,6 @@ jobs:
203202
--base "$base_branch" \
204203
--title "$title" \
205204
--body "$body" \
206-
--assignee "$team" \
207205
--reviewer "$team"
208206
fi
209207

0 commit comments

Comments
 (0)