Skip to content

Conversation

@danbarr
Copy link
Collaborator

@danbarr danbarr commented Jan 14, 2026

Adds the ability to assign the PR to someone. Intent is to have the calling workflow auto-assign to the person who created the release.

Testing PRs:

Signed-off-by: Dan Barr 6922515+danbarr@users.noreply.github.com

Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 14, 2026 17:01
@vercel
Copy link

vercel bot commented Jan 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs-website Ready Ready Preview, Comment Jan 14, 2026 5:01pm

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds the ability to automatically assign pull requests created by the auto-update workflow to a specified GitHub user. The primary use case is to assign the PR to the person who created the release when the workflow is triggered via repository_dispatch events.

Changes:

  • Add optional assign_to input parameter for workflow_dispatch trigger
  • Add "Determine assignee" step that handles both workflow_dispatch and repository_dispatch events
  • Filter out github-actions bot usernames (which cannot be assigned to PRs)
  • Pass the assignee to the create-pull-request action

@danbarr danbarr merged commit 0ee45ad into main Jan 14, 2026
15 checks passed
@danbarr danbarr deleted the update-workflow branch January 14, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants