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"]