We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240df4a commit 0bd0474Copy full SHA for 0bd0474
utilities/pipelines/platform/New-AzAdvertizerDiffIssue.ps1
@@ -65,7 +65,7 @@ function New-AzAdvertizerDiffIssue {
65
66
if ($PSCmdlet.ShouldProcess("Issue [$issueName]", 'Create')) {
67
$issueUrl = gh issue create --title $issueName --body $body --repo $repo
68
- gh issue edit $issueUrl --repo $repo --add-assignee 'rahalan'
+ gh issue edit $issueUrl --repo $repo --add-assignee 'jeanchg'
69
}
70
$issuesCreated++
71
0 commit comments