This repository was archived by the owner on Nov 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,13 @@ This vscode extension integrates with GitHub.
1010
1111Current it is possible to do the following:
1212
13- * Store your GitHub Personal Access Token
1413* Checkout one of the open pull requests
1514* Browse one of the open pull requests in your default browser
16- * Show if the current branch has an associated pull-request on github in the status bar
17- * Support github https origin urls
18- * Refresh pull request status every 5 seconds
19- * Respect github caching headers
20- * Show status of current pull request
15+ * Display pull request and current status (e.g. mergeable, travis build done, ...) in the StatusBar
2116* Create a new pull request based on the current branch and the last commit
2217 The current branch will be requested to merge into master and the pull request title is the commit message summary.
18+ * Merge current pull rqeuest with either of 'merge', 'squash' or 'rebase' method.
19+ * Configure default branch, merge method and refresh interval.
2320
2421![ Create pull request] ( images/create-pull-request.png )
2522
You can’t perform that action at this time.
0 commit comments