Skip to content

Commit

Permalink
feat(pr): replace the 'gh pr checks' keybinding with 'gh fzf run'
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Dec 28, 2023
1 parent 0f08e40 commit 7ffca65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Filters > (alt-a: assignee) (alt-A: author) (alt-b: branch) (alt-s: state=all)
--bind='alt-d:execute(gh pr diff {1})' \
--bind='alt-o:execute(gh pr checkout {1})' \
--bind='alt-r:execute(gh pr review {1})' \
--bind='alt-C:execute(gh pr checks {1})' \
--bind='alt-C:execute<gh fzf run -b \"$(gh pr view {1} --json headRefName -jq .headRefName)\">' \
--bind='alt-R:execute(gh pr ready {1})' \
--bind='alt-M:execute(gh pr merge {1})' \
--bind='alt-O:execute(gh pr reopen {1})' \
Expand Down

0 comments on commit 7ffca65

Please sign in to comment.