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
935 stars 62 forks source link

Add reviewers to pull request #15

Closed radicarl closed 1 year ago

radicarl commented 3 years ago

It would be great if I could add reviewers (teams and single persons) to the pull request git-xargs opens. This way my reviewers will automatically see their pull requests.

https://docs.github.com/en/rest/reference/pulls#request-reviewers-for-a-pull-request

zackproser commented 3 years ago

@radicarl This is a great idea. Thanks for the suggestion. I'll look into it.

mkowaliszyn-coursera commented 2 years ago

I could really use this feature as well. Sometimes we want a specific reviewer for all the PRs generated.

Benjie-legit commented 1 year ago

This is a great feature request

zackproser commented 1 year ago

Agree - this certainly makes sense to me as a feature to add. PRs to add this functionality in are very welcome, as we're pretty buried right now.

zackproser commented 1 year ago

@radicarl do you want to give the PR linked above a shot? If you're on GitHub free, then the --reviewers flag should work for you now.

radicarl commented 1 year ago

Hello @zackproser ,

i needed this feature for internal repositories in our github.com organisation. Will it work there too?

zackproser commented 1 year ago

@radicarl Give it a shot and let me know how it works!

radicarl commented 1 year ago

Tried the -team-reviewers option on internal repos and it worked like a charm. Thank you.

zackproser commented 1 year ago

@radicarl Awesome - thanks so much for confirming. Really appreciate it.