From 0657f92657f7e6a3fe6aebfd1d5ef34811182f58 Mon Sep 17 00:00:00 2001 From: Erik De Bonte Date: Mon, 21 Jul 2025 15:56:38 -0700 Subject: [PATCH] Update owner aliases --- azure-pipelines/release-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines/release-pypi.yml b/azure-pipelines/release-pypi.yml index f7e3875..d645ed4 100644 --- a/azure-pipelines/release-pypi.yml +++ b/azure-pipelines/release-pypi.yml @@ -145,7 +145,7 @@ extends: - task: ManualValidation@0 timeoutInMinutes: 1440 # task times out in 1 day inputs: - notifyUsers: erikd@microsoft.com + notifyUsers: plseng@microsoft.com instructions: Please test the latest draft release and then publish it. onTimeout: reject @@ -176,5 +176,5 @@ extends: contentSource: Folder folderLocation: $(Build.StagingDirectory)/dist waitForReleaseCompletion: true - owners: erikd@microsoft.com + owners: rchiodo@microsoft.com approvers: grwheele@microsoft.com