We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7afafe commit 5ba8cbcCopy full SHA for 5ba8cbc
1 file changed
eng/common/pipelines/templates/steps/verify-codeowners-sections.yml
@@ -40,8 +40,8 @@ steps:
40
$prAuthor = $prData.user.login
41
Write-Host "PR author: $prAuthor"
42
43
- if ($prAuthor -ieq "azure-sdk") {
44
- Write-Host "PR opened by azure-sdk. Skipping CODEOWNERS section check."
+ if ($prAuthor -ieq 'azure-sdk-automation[bot]') {
+ Write-Host "PR opened by Azure SDK Automation. Skipping CODEOWNERS section check."
45
Write-Host "##vso[task.setvariable variable=ShouldCheckCodeownersEdits]false"
46
exit 0
47
}
0 commit comments