Skip to content

Commit 5ba8cbc

Browse files
danieljurekazure-sdk
authored andcommitted
Allow changes to CODEOWNERS from azure-sdk-automation[bot]
1 parent d7afafe commit 5ba8cbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ steps:
4040
$prAuthor = $prData.user.login
4141
Write-Host "PR author: $prAuthor"
4242
43-
if ($prAuthor -ieq "azure-sdk") {
44-
Write-Host "PR opened by azure-sdk. Skipping CODEOWNERS section check."
43+
if ($prAuthor -ieq 'azure-sdk-automation[bot]') {
44+
Write-Host "PR opened by Azure SDK Automation. Skipping CODEOWNERS section check."
4545
Write-Host "##vso[task.setvariable variable=ShouldCheckCodeownersEdits]false"
4646
exit 0
4747
}

0 commit comments

Comments
 (0)