-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Open
Labels
coreThis issue is not accepting PRs from outside contributorsThis issue is not accepting PRs from outside contributorsenhancementa request to improve CLIa request to improve CLIgh-prrelating to the gh pr commandrelating to the gh pr command
Description
Describe the feature or problem you’d like to solve
I want to avoid memorizing assignees' login names, therefore I'd like to be able to select assignees interactively when opening a pull request.
Currently, I can get close to what I'm looking for by invoking gh pr create... && gh pr edit. However pr edit asks which fields of the PR you'd like to edit, which is redundant in this case as I only want to add assignees.
Proposed solution
I suggest to either:
- Add a flag to
pr editthat allows one to select which fields they'd like to edit interactively. e.g.gh pr edit --interactively assignees - Add a flag to
pr createthat allows you to add assignees interactively after opening a PR.
I like the first solution better because it doesn't depend on a PR being created.
Metadata
Metadata
Assignees
Labels
coreThis issue is not accepting PRs from outside contributorsThis issue is not accepting PRs from outside contributorsenhancementa request to improve CLIa request to improve CLIgh-prrelating to the gh pr commandrelating to the gh pr command