Skip to content

Commit 3a38a32

Browse files
danieljurekCopilot
authored andcommitted
More direct naming
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 667bfc3 commit 3a38a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/common/pipelines/templates/steps/verify-codeowners-sections.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
Write-Host "PR author: $prAuthor"
4242
4343
if ($prAuthor -ieq 'azure-sdk-automation[bot]') {
44-
Write-Host "PR opened by Azure SDK Automation. Skipping CODEOWNERS section check."
44+
Write-Host "PR opened by azure-sdk-automation[bot]. Skipping CODEOWNERS section check."
4545
Write-Host "##vso[task.setvariable variable=ShouldCheckCodeownersEdits]false"
4646
exit 0
4747
}

0 commit comments

Comments
 (0)