gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
944 stars 62 forks source link

feat: add support for assignees #154

Open tdharris opened 5 months ago

tdharris commented 5 months ago

Description

Fixes #153

Add support for --assignees to add the provided GitHub users as assignees to the PR.

Note: According to Github - About issue and pull request assignees, we can leverage the Issues API since it is a "shared" action for both issues and pull requests: "Every pull request is an issue, but not every issue is a pull request."

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added --assignees flag to add the provided GitHub users as assignees to the generated Pull Requests.

Migration Guide

N/A.