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 10, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: createpullrequest/task.json
+68Lines changed: 68 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@
17
17
"satisfies": ["GitCreatePullRequest"],
18
18
"demands": [],
19
19
"groups": [
20
+
{
21
+
"name": "repository",
22
+
"displayName": "Repository",
23
+
"isExpanded": true
24
+
},
20
25
{
21
26
"name": "branches",
22
27
"displayName": "Branches",
@@ -35,6 +40,46 @@
35
40
],
36
41
"instanceNameFormat": "Create pull request",
37
42
"inputs": [
43
+
{
44
+
"name": "repositorySelectionMethod",
45
+
"type": "radio",
46
+
"label": "Repository to use",
47
+
"required": true,
48
+
"defaultValue": "currentBuild",
49
+
"options": {
50
+
"currentBuild": "Current build",
51
+
"select": "Select"
52
+
},
53
+
"helpMarkDown": "The method for selecting the Git repository. `Current build` will use the repository for which the current build is configured. `Select` will allow you to select an Azure Repository from your account.",
54
+
"groupName": "repository"
55
+
},
56
+
{
57
+
"name": "projectId",
58
+
"type": "picklist",
59
+
"label": "Project",
60
+
"defaultValue": "",
61
+
"properties": {
62
+
"EditableOptions": "True",
63
+
"DisableManageLink": "True"
64
+
},
65
+
"required": true,
66
+
"helpMarkDown": "Project that contains the git repository you want to create a pull request for.",
0 commit comments