Skip to content

Commit 72b8e10

Browse files
alcpereiradlvhdr
authored andcommitted
docs: add pr keybindings missing docs
1 parent 0f52ea5 commit 72b8e10

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/content/getting-started/keybindings/selected-pr.md

+15
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@ merge the PR.
9595
merges the PR only after you approve the action.
9696
```
9797

98+
## `u` - Update PR { #update-pr}
99+
100+
Press ![kbd:`u`]() to update the PR branch. When you do, the dashboard uses the
101+
`gh pr update-branch` command to update the PR. This command updates the branch with a merge commit.
102+
103+
## `v` - Approve PR { #approve-pr}
104+
105+
Press ![kbd:`v`]() to approve the PR. When you do, the dashboard uses the
106+
`gh pr review --approve` command to approve the PR. This will prompt you to add an optional comment to the approval.
107+
108+
## `w` - Watch PR checks { #watch-pr-checks}
109+
110+
Press ![kbd:`w`]() to watch the PR check and get a desktop notification if they succeed or fail. When you do, the dashboard uses the
111+
`gh pr checks --watch` command to watch the PR checks.
112+
98113
## `W` - Mark PR as Ready for Review { #mark-pr-as-ready-for-review}
99114

100115
Press ![kbd:`W`]() to mark the PR as ready for review. When you do, the dashboard uses the

0 commit comments

Comments
 (0)