Skip to content

Commit 75a7ed1

Browse files
authoredOct 8, 2024
Update .repoman.yml (dotnet#10515)
1 parent 7a2bcf4 commit 75a7ed1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎.repoman.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
revision: 2
2-
schema-version: 1
1+
revision: 3
2+
schema-version: 5
33
owner-ms-alias: adegeo
44

55
config:
@@ -9,6 +9,8 @@ config:
99

1010
ParserRegex: "^\\* (.*): (.*)$"
1111

12+
ContentUrlRegex:
13+
- "### Page URL\n\n(.*)"
1214

1315
issues:
1416

@@ -17,7 +19,7 @@ issues:
1719
# Temporary label to mark issues as updated for Quest. The label is instantly removed
1820
- check:
1921
- type: query
20-
value: "length(Issue.labels[?name == ':world_map: mapQUEST']) != `0`"
22+
value: "length(Issue.Labels[?Name == ':world_map: mapQUEST']) != `0`"
2123
pass:
2224
- labels-remove: [":world_map: mapQUEST"]
2325

0 commit comments

Comments
 (0)