nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

Add a filter that shows all cards I work on (issues + PRs) #125

Closed nikku closed 2 years ago

nikku commented 2 years ago

Is your feature request related to a problem? Please describe

In certain situations I do want to see all cards that I am working on. This includes both PRs and issues. The closest I can get to such view at the moment is using the assignee filter. However, as PRs are not automatically assigned (but rather have an author) I do not get that view out of the box.

Describe the solution you'd like

Describe alternatives you've considered

nikku commented 2 years ago

The ability to automatically assign opened PRs is shipped with https://github.com/nikku/wuffle/pull/129.