Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ steps:
$prAuthor = $prData.user.login
Write-Host "PR author: $prAuthor"

if ($prAuthor -ieq "azure-sdk") {
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."
Comment thread
Copilot marked this conversation as resolved.
Outdated
Write-Host "##vso[task.setvariable variable=ShouldCheckCodeownersEdits]false"
exit 0
}
Expand Down
Loading