From b915ffdc5840874cf21085de751091216cd6f3d6 Mon Sep 17 00:00:00 2001 From: Konrad Jamrozik Date: Thu, 16 Feb 2023 13:34:12 -0800 Subject: [PATCH] Update NotificationConfiguration package to 1.0.0-dev.20230214.1 (enable CODEOWNERS regex matcher everywhere) (#5452) --- eng/pipelines/templates/variables/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index d762a7caee2..23988c5074f 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -1,5 +1,5 @@ variables: OfficialBuildId: $(Build.BuildNumber) skipComponentGovernanceDetection: true - NotificationsCreatorVersion: '1.0.0-dev.20230127.4' + NotificationsCreatorVersion: '1.0.0-dev.20230214.1' PipelineOwnersExtractorVersion: '1.0.0-dev.20230211.1'