-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add support to assign reviewer / approver when creating topic #243
Comments
This already supported. Move the cursor onto |
Is it possible to assign reviewers when initially creating a pull request? I'm a heavy Magit user and and Forge looks perfect for working with GitHub. Previously I used https://github.com/github/hub where I could create a pull request and assign reviewer(s) in a single step with |
That's not supported yet. If you want to implement this yourself, then look at |
@tarsius but your suggestion (to use |
Yes, but my advice "look at how it is done for X and do the same for Y" still stands. |
Looks like I was wrong though.
|
I think we're talking about two different issues here:
Should this be split into 2 issues? |
No. |
Any reason why? Do you agree these are two different issues? |
While maybe not the same, they are still closely related and I will likely tackle both of them at the same time. Also I sleep better if there are fewer issues. |
This comment might be of interest to people who are researching this subject. I’ve searched for a way to change the reviewer & assignee for GitLab Merge Requests (MR) from inside So in addition to the ability to use After I discovered that these two functions exist and indeed work perfectly for my use case, I tried to add them to the (require 'forge)
(transient-append-suffix 'forge-dispatch '(0)
["Edit"
("e a" "assignees" forge-edit-topic-assignees)
("e r" "review requests" forge-edit-topic-review-requests)]) I didn’t meant to hijack this thread, but in my opinion the above addition already solves this issue for me. |
any way to assign a team under an organization with this mechanism (e.g. |
Hey @tarsius, first of all thanks for this incredibly amazing package 🎉
One thing that I'd love to have is the ability to assign the reviewers for a Pull Request from
forge
. At work I'm using GitLab and after some digging it looks like they have an endpoint to do this.I'm an Emacs Lisp noob but would be up to study this package and try to make a contribution. Would you be open to such a contribution? In your opinion should this functionality work for GitLab and GitHub at the same time? If you're open for such contribution, please give me some pointers on where to being 🙏
Thanks again 🙇♂️
The text was updated successfully, but these errors were encountered: