Skip to content

Commit

Permalink
Change wording in issue comment (Azure#1134)
Browse files Browse the repository at this point in the history
According to @matebarabas , no hardcoded SLA should be in the response.
Now changed to a link to the support agreement.
  • Loading branch information
rahalan authored and hundredacres committed Mar 12, 2024
1 parent d379368 commit b1df829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ A member of the @azure/$($module.ModuleOwnersGHTeam) or @azure/$($module.ModuleC

if ([String]::IsNullOrEmpty($assign)) {
if ($PSCmdlet.ShouldProcess("missing user comment to issue [$($issue.title)]", 'Add')) {
$reply = "This issue couldn't be assigend due to an internal error. @$($module.PrimaryModuleOwnerGHHandle), please make sure this issue is assigned to you and please provide an initial response within 5 business days."
$reply = "This issue couldn't be assigend due to an internal error. @$($module.PrimaryModuleOwnerGHHandle), please make sure this issue is assigned to you and please provide an initial response as soon as possible, in accordance with the [AVM Support statement](https://aka.ms/AVM/Support)."
gh issue comment $issue.url --body $reply --repo $Repo
}
}
Expand Down

0 comments on commit b1df829

Please sign in to comment.