Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add pr keybindings missing docs #484

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/content/getting-started/keybindings/selected-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,21 @@ merge the PR.
merges the PR only after you approve the action.
```

## `u` - Update PR { #update-pr}

Press ![kbd:`u`]() to update the PR branch. When you do, the dashboard uses the
`gh pr update-branch` command to update the PR. This command updates the branch with a merge commit.

## `v` - Approve PR { #approve-pr}

Press ![kbd:`v`]() to approve the PR. When you do, the dashboard uses the
`gh pr review --approve` command to approve the PR. This will prompt you to add an optional comment to the approval.

## `w` - Watch PR checks { #watch-pr-checks}

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
`gh pr checks --watch` command to watch the PR checks.

## `W` - Mark PR as Ready for Review { #mark-pr-as-ready-for-review}

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