File tree 1 file changed +15
-0
lines changed
docs/content/getting-started/keybindings
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,21 @@ merge the PR.
95
95
merges the PR only after you approve the action.
96
96
```
97
97
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
+
98
113
## ` W ` - Mark PR as Ready for Review { #mark-pr-as-ready-for-review}
99
114
100
115
Press ![ kbd:` W ` ] ( ) to mark the PR as ready for review. When you do, the dashboard uses the
You can’t perform that action at this time.
0 commit comments