You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@
86
86
"githubPullRequests.postDone.description": "The action to take after using the 'checkout default branch' or 'delete branch' actions on a currently checked out pull request.",
87
87
"githubPullRequests.postDone.checkoutDefaultBranch": "Checkout the default branch of the repository.",
88
88
"githubPullRequests.postDone.checkoutDefaultBranchAndPull": "Checkout the default branch of the repository and pull the latest changes.",
89
+
"githubPullRequests.postDone.checkoutPullRequestBaseBranch": "Checkout the pull request's base branch",
90
+
"githubPullRequests.postDone.checkoutPullRequestBaseBranchAndPull": "Checkout the pull request's base branch and pull the latest changes",
89
91
"githubPullRequests.defaultCommentType.description": "The default comment type to use when submitting a comment and there is no active review.",
90
92
"githubPullRequests.defaultCommentType.single": "Submits the comment as a single comment that will be immediately visible to other users.",
91
93
"githubPullRequests.defaultCommentType.review": "Submits the comment as a review comment that will be visible to other users once the review is submitted.",
0 commit comments