We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27537bf commit ef7714bCopy full SHA for ef7714b
1 file changed
magit-gh.el
@@ -91,12 +91,14 @@ Set this variable before loading the package to use a custom key."
91
;;;###autoload (autoload 'magit-gh "magit-gh" nil t)
92
(transient-define-prefix magit-gh ()
93
"GitHub CLI commands."
94
- ["Pull Requests"
+ ["Overview"
95
("l" "List PRs" magit-gh-pr-list)
96
- ("s" "PR status dashboard" magit-gh-pr-status)
97
- ("k" "PR checks/CI status" magit-gh-pr-checks)
98
- ("c" "Checkout PR" magit-gh-pr-checkout)
+ ("s" "PR status dashboard" magit-gh-pr-status)]
+ ["Inspect"
99
("d" "Diff PR" magit-gh-pr-diff)
+ ("k" "PR checks/CI status" magit-gh-pr-checks)]
100
+ ["Actions"
101
+ ("c" "Checkout PR" magit-gh-pr-checkout)
102
("v" "View PR in browser" magit-gh-pr-view)])
103
104
;;; PR List Buffer Mode
0 commit comments