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
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@
32
32
"github.preferedMergeMethod": {
33
33
"type": "string",
34
34
"description": "By default the extension asks the user during merge process. This could be set to on of 'merge', 'squash' or 'rebase' to define the prefered method and not to be asked every time."
35
+
},
36
+
"github.defaultBranch": {
37
+
"type": "string",
38
+
"default": "master",
39
+
"description": "The branch to create pull requests against."
0 commit comments