Skip to content

Commit afd2dec

Browse files
authored
Remove assignee and reviewer from PR creation
1 parent f4fd18d commit afd2dec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,7 @@ jobs:
424424
--title "chore: update Intercom SDK dependencies (${{ steps.update-files.outputs.pr_title_parts }})" \
425425
--body-file pr_body.md \
426426
--head "${{ steps.create-branch.outputs.branch_name }}" \
427-
--base "main" \
428-
--assignee "@intercom/team-messenger" \
429-
--reviewer "intercom/team-messenger"; then
427+
--base "main"; then
430428
echo "✅ Pull request created successfully!"
431429
else
432430
echo "❌ Failed to create pull request"

0 commit comments

Comments
 (0)