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
I found myself wanting a keymap to rerun only failed jobs. This might be useful for users that either do not have a notify service configured or have not watched a given run (via enter or alt-n).
There is an existing map alt-r to rerun the entire run. A new keymap, perhaps alt-R, might be an easy to remember choice for this.
Acceptance Criteria
The keymap should run gh run rerun with the --failed flag and refresh the preview.
It should be documented both in the readme.md and the keybinding hints header.
Relevant Info
No response
Example Use Case
No response
The text was updated successfully, but these errors were encountered:
🤖 I have created a release *beep* *boop*
---
## [0.13.0](v0.12.0...v0.13.0)
(2024-06-23)
### Features
* **pr:** Add `alt-y` keybinding to copy the selected item's branch name
([07a85db](07a85db)),
closes [#24](#24)
* **run:** Add `alt-R` keybinding to rerun only failed jobs
([#27](#27))
([bdd80f9](bdd80f9)),
closes [#26](#26)
* **run:** Modify `enter` keybinding to view logs if the selected run is
completed, deprecates `alt-l`
([b15f6a9](b15f6a9))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ben Elan <no-reply@benelan.dev>
Description
I found myself wanting a keymap to rerun only failed jobs. This might be useful for users that either do not have a notify service configured or have not watched a given run (via
enter
oralt-n
).There is an existing map
alt-r
to rerun the entire run. A new keymap, perhapsalt-R
, might be an easy to remember choice for this.Acceptance Criteria
gh run rerun
with the--failed
flag and refresh the preview.Relevant Info
No response
Example Use Case
No response
The text was updated successfully, but these errors were encountered: