ejoffe / spr

Stacked Pull Requests on GitHub
MIT License
714 stars 65 forks source link

assign reviewers #406

Open jjh42 opened 1 month ago

jjh42 commented 1 month ago

Thanks for making spr, really useful.

I like that for creating PRs I can do it all from the command line. however, is there a way to assign a reviewer (e.g. in the commit message) without having to open the github website?

Skipants commented 1 month ago

You could write a script or followup with this command in the gh CLI. --add-assignee is what you're looking for.

jjh42 commented 1 month ago

thanks