You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current filters are great but not all cases can be taken into account. For example I am looking to find Pull requests that are ready but have no reviewers (For example something like this: isaacs/github#1785). The same for filtering out -review:changes-requested doesn't work.
Describe the solution you'd like
Have a way inside gh-dash.yml to specify filters using jq or have a way to add values to the dashboard manually, I am not sure which fields you currently need though
Describe alternatives you've considered
Using the built in jq support of gh it is possible to filter those objects in my case the command currently looks something like:
Another alternative would be to have a github action or something setup to auto label these and then filter on label but that adds extras to the repo only for gh dash to be able to filter correctly and "pollutes" the repo
Which I have tied to a hotkey for now but having it inside the dashboard would be great!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current filters are great but not all cases can be taken into account. For example I am looking to find Pull requests that are ready but have no reviewers (For example something like this: isaacs/github#1785). The same for filtering out
-review:changes-requested
doesn't work.Describe the solution you'd like
Have a way inside
gh-dash.yml
to specify filters using jq or have a way to add values to the dashboard manually, I am not sure which fields you currently need thoughDescribe alternatives you've considered
Using the built in jq support of gh it is possible to filter those objects in my case the command currently looks something like:
Another alternative would be to have a github action or something setup to auto label these and then filter on label but that adds extras to the repo only for gh dash to be able to filter correctly and "pollutes" the repo
Which I have tied to a hotkey for now but having it inside the dashboard would be great!
The text was updated successfully, but these errors were encountered: