Skip to content

Commit 46c4488

Browse files
authored
Update default value to true for "allowApproversToApproveTheirOwnRuns" input (#20833)
* update default value to true for "allowApproversToApproveTheirOwnRuns" input * update minor version
1 parent bb0a0a9 commit 46c4488

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tasks/ManualValidationV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"version": {
1717
"Major": 1,
18-
"Minor": 251,
18+
"Minor": 253,
1919
"Patch": 0
2020
},
2121
"inputs": [
@@ -40,7 +40,7 @@
4040
"type": "boolean",
4141
"label": "Allow approvers to approve their own run",
4242
"required": false,
43-
"defaultValue": "false",
43+
"defaultValue": "true",
4444
"helpMarkDown": "If this is true, approver will be able to approve their own run"
4545
},
4646
{

Tasks/ManualValidationV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"version": {
1717
"Major": 1,
18-
"Minor": 251,
18+
"Minor": 253,
1919
"Patch": 0
2020
},
2121
"inputs": [
@@ -40,7 +40,7 @@
4040
"type": "boolean",
4141
"label": "ms-resource:loc.input.label.allowApproversToApproveTheirOwnRuns",
4242
"required": false,
43-
"defaultValue": "false",
43+
"defaultValue": "true",
4444
"helpMarkDown": "ms-resource:loc.input.help.allowApproversToApproveTheirOwnRuns"
4545
},
4646
{

0 commit comments

Comments
 (0)