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.
I love gh-dash's PR watch notifications. Once it tells me all checks passed, I can go back to gh-dash, have another glance, then mark the draft PR as ready.
However PRs can also have other 'runs' (gh run list --branch <branch>), and these runs can block a PR if they are required. gh-dash currently can send me watch notifications before these runs pass. There are also no indications in gh-dash if any of these runs are pending / have failed.
Describe the solution you'd like
Show an additional badge for runs and list them in the side panel, and consider watching runs in addition to checks with w.
Describe alternatives you've considered gh run watch myself. However it can be quite troublesome as this only watches a single run.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I love gh-dash's PR watch notifications. Once it tells me all checks passed, I can go back to gh-dash, have another glance, then mark the draft PR as ready.
However PRs can also have other 'runs' (
gh run list --branch <branch>
), and these runs can block a PR if they are required. gh-dash currently can send me watch notifications before these runs pass. There are also no indications in gh-dash if any of these runs are pending / have failed.Describe the solution you'd like
Show an additional badge for runs and list them in the side panel, and consider watching runs in addition to checks with
w
.Describe alternatives you've considered
gh run watch
myself. However it can be quite troublesome as this only watches a single run.Additional context
N/A
The text was updated successfully, but these errors were encountered: