-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to specify pull request assignees #194
Comments
Agreed that is would be useful 🙂 I would be happy to accept a PR with these changes. |
I would like to take this one. However for GitHub I do not see the option to set assignees trough API (unless I'm missing something really obvious there). Rest of providers are fine as far as I saw. |
I took a look as well @Berreek. And as you said, there exists nothing under the obvious place of pull request operations. But I think where you add it is under "add assignees to issue" since pull requests are treated as a special kind of issue in GitHub. I have not confirmed this yet, but I'm pretty certain it's the operation to use. |
Add parameter assignees (-a) to the pull request command that allows to specify assignees usernames that should be added to the created pull request.
I prepared a draft PR #196. I was not able to test it yet - will do it over the weekend prolly. |
Thanks @Berreek for the addition 💚 |
Released in v0.35.0 🎉 |
I think it would be a good enhancement to optionally specify pull request assignees (and not just reviewers).
The text was updated successfully, but these errors were encountered: