Skip to content

Commit

Permalink
feat: submodule 支持depth Tencent#38
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed May 4, 2023
1 parent e22ca78 commit 5df7d9f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions task.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,27 @@
]
}
},
"submoduleDepth": {
"label": "submodule depth参数值",
"default": "",
"placeholder": "",
"type": "vuex-input",
"desc": "",
"required": false,
"disabled": false,
"hidden": false,
"isSensitive": false,
"groupName": "submodule",
"rely": {
"operation": "AND",
"expression": [
{
"key": "enableSubmodule",
"value": true
}
]
}
},
"enableVirtualMergeBranch": {
"label": "",
"default": true,
Expand Down

0 comments on commit 5df7d9f

Please sign in to comment.