google / triage-party

🎉 Triage Party: massively multi-player GitHub triage 🎉
Apache License 2.0
505 stars 80 forks source link

FR: Include/exclude specified authors with a filter #192

Open RCheesley opened 4 years ago

RCheesley commented 4 years ago

My use case is that I need to create a panel that shows all the PR's that came from a specific company with certain statuses requiring action so that they can review them and take action.

The best way I can think of to do this is to be able to filter for the author username on Github and use it in a filter with the or condition e.g. author: author1|author2|author3.

I couldn't see the author being available in the filters but we seem to capture it, so wondered is this possible? It does not seem to work but entirely possible my syntax is wrong!

RCheesley commented 4 years ago

Does anyone know if this is currently possible? Entirely possible that I missed something. It would be super helpful if we were able to build out these panels :)