pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.24k stars 124 forks source link

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

Open alexkalderimis opened 1 month ago

alexkalderimis commented 1 month ago

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?