Skip to content
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

Octo pr list: Not possible to filter by branch or author in PR picker #551

Open
alexkalderimis opened this issue May 28, 2024 · 3 comments · May be fixed by #546
Open

Octo pr list: Not possible to filter by branch or author in PR picker #551

alexkalderimis opened this issue May 28, 2024 · 3 comments · May be fixed by #546
Labels
bug Something isn't working

Comments

@alexkalderimis
Copy link

alexkalderimis commented May 28, 2024

Issue Description

Type: feature request

Describe what happened (or what feature you want)

In the PR picker, there is no way to filter the PRs by author, either when typing or as arguments, and the only way to filter by branch name is as arguments.

This is more important for larger projects where there may be many PRs, and being able to use the generic sorter match against author and branch names would help significantly for projects that follow the convention of putting issue identifiers in the branch name.

Describe what you expected to happen

When I use Octo pr list, and then type my user name, it should show only PRs I created.

Anything else we need to know?

@alexkalderimis alexkalderimis linked a pull request May 28, 2024 that will close this issue
@natdm
Copy link

natdm commented Nov 10, 2024

Agreed here. Adding the author to the line item in the fzf/telescope list would solve this for some teams.

@wilkinson4
Copy link

I've been using this command
:Octo search author:USERNAME is:pr is:open

@wd60622
Copy link
Collaborator

wd60622 commented Dec 12, 2024

I do something similar and try to make :Octo search repo:<owner>/<repo> as easy to modify as possible.

Note that :Octo search author:author_1 author:author_2 will return items from either author.

I'd probably make a custom command to generate this for using a telescope picker with multi-select to combine the two ideas.

@wd60622 wd60622 added the bug Something isn't working label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants