Skip to content

Fix ManualValidation@1 approvers field documentation to clarify multiLine format #21196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"loc.input.label.notifyUsers": "Notify users",
"loc.input.help.notifyUsers": "Send a manual validation pending email to specific users (or groups). Only users specified in approvers can act on a manual validation.",
"loc.input.label.approvers": "Approvers",
"loc.input.help.approvers": "Specify users/groups/project teams separated by commas to act on a manual validation. In absence of input, users with queue build permission will be able to take action.",
"loc.input.help.approvers": "Specify users/groups/project teams who can act on a manual validation. Enter each user/group on a separate line. In absence of input, users with queue build permission will be able to take action.",
"loc.input.label.allowApproversToApproveTheirOwnRuns": "Allow approvers to approve their own run",
"loc.input.help.allowApproversToApproveTheirOwnRuns": "If this is true, approver will be able to approve their own run",
"loc.input.label.instructions": "Instructions",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ManualValidationV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"label": "Approvers",
"defaultValue": "",
"required": false,
"helpMarkDown": "Specify users/groups/project teams separated by commas to act on a manual validation. In absence of input, users with queue build permission will be able to take action."
"helpMarkDown": "Specify users/groups/project teams who can act on a manual validation. Enter each user/group on a separate line. In absence of input, users with queue build permission will be able to take action."
},
{
"name": "allowApproversToApproveTheirOwnRuns",
Expand Down
Loading