I added custom searches for my team by adding to settings.json something like:
{ "label": "Created By My Team", "query": "repo:${owner}/${repository} is:open author:name1 author:name2 author:name3" },
It used to work fine, but stopped working at 0.146.0. gh cli works fine with multi author searches. This is a very useful feature to manage team PRs in a huge multi team repository.
Please, return this capability. Thank you!
I added custom searches for my team by adding to settings.json something like:
{ "label": "Created By My Team", "query": "repo:${owner}/${repository} is:open author:name1 author:name2 author:name3" },It used to work fine, but stopped working at 0.146.0. gh cli works fine with multi author searches. This is a very useful feature to manage team PRs in a huge multi team repository.
Please, return this capability. Thank you!