From 134817f85db49fb9eb95d3c8a43fbdcc63473e0a Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:11:02 -0700 Subject: [PATCH] Update .repoman.yml --- .repoman.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.repoman.yml b/.repoman.yml index 8211c0f3390..f8812508746 100644 --- a/.repoman.yml +++ b/.repoman.yml @@ -1,5 +1,5 @@ -revision: 2 -schema-version: 1 +revision: 3 +schema-version: 5 owner-ms-alias: adegeo config: @@ -9,6 +9,8 @@ config: ParserRegex: "^\\* (.*): (.*)$" + ContentUrlRegex: + - "### Page URL\n\n(.*)" issues: @@ -17,7 +19,7 @@ issues: # Temporary label to mark issues as updated for Quest. The label is instantly removed - check: - type: query - value: "length(Issue.labels[?name == ':world_map: mapQUEST']) != `0`" + value: "length(Issue.Labels[?Name == ':world_map: mapQUEST']) != `0`" pass: - labels-remove: [":world_map: mapQUEST"]