Skip to content

Commit 0bd0474

Browse files
committed
fix: Update issue assignee in New-AzAdvertizerDiffIssue function from 'rahalan' to 'jeanchg'
1 parent 240df4a commit 0bd0474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/pipelines/platform/New-AzAdvertizerDiffIssue.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function New-AzAdvertizerDiffIssue {
6565

6666
if ($PSCmdlet.ShouldProcess("Issue [$issueName]", 'Create')) {
6767
$issueUrl = gh issue create --title $issueName --body $body --repo $repo
68-
gh issue edit $issueUrl --repo $repo --add-assignee 'rahalan'
68+
gh issue edit $issueUrl --repo $repo --add-assignee 'jeanchg'
6969
}
7070
$issuesCreated++
7171
}

0 commit comments

Comments
 (0)