Skip to content

Commit 7318292

Browse files
Copilotalexr00
andcommitted
Add "always" option to createOnPublishBranch setting
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 371aae5 commit 7318292

3 files changed

Lines changed: 536 additions & 526 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,13 @@
340340
"type": "string",
341341
"enum": [
342342
"never",
343-
"ask"
343+
"ask",
344+
"always"
344345
],
345346
"enumDescriptions": [
346347
"%githubPullRequests.createOnPublishBranch.never%",
347-
"%githubPullRequests.createOnPublishBranch.ask%"
348+
"%githubPullRequests.createOnPublishBranch.ask%",
349+
"%githubPullRequests.createOnPublishBranch.always%"
348350
],
349351
"default": "ask",
350352
"description": "%githubPullRequests.createOnPublishBranch.description%"

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"githubPullRequests.createOnPublishBranch.description": "Create a pull request when a branch is published.",
4747
"githubPullRequests.createOnPublishBranch.never": "Never create a pull request when a branch is published.",
4848
"githubPullRequests.createOnPublishBranch.ask": "Ask if you want to create a pull request when a branch is published.",
49+
"githubPullRequests.createOnPublishBranch.always": "Always create a pull request when a branch is published.",
4950
"githubPullRequests.commentExpandState.description": "Controls whether comments are expanded when a document with comments is opened. Requires a reload to take effect for comments that have already been added.",
5051
"githubPullRequests.commentExpandState.expandUnresolved": "All unresolved comments will be expanded.",
5152
"githubPullRequests.commentExpandState.collapseAll": "All comments will be collapsed",

0 commit comments

Comments
 (0)