We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2bcf4 commit 134817fCopy full SHA for 134817f
.repoman.yml
@@ -1,5 +1,5 @@
1
-revision: 2
2
-schema-version: 1
+revision: 3
+schema-version: 5
3
owner-ms-alias: adegeo
4
5
config:
@@ -9,6 +9,8 @@ config:
9
10
ParserRegex: "^\\* (.*): (.*)$"
11
12
+ ContentUrlRegex:
13
+ - "### Page URL\n\n(.*)"
14
15
issues:
16
@@ -17,7 +19,7 @@ issues:
17
19
# Temporary label to mark issues as updated for Quest. The label is instantly removed
18
20
- check:
21
- type: query
- value: "length(Issue.labels[?name == ':world_map: mapQUEST']) != `0`"
22
+ value: "length(Issue.Labels[?Name == ':world_map: mapQUEST']) != `0`"
23
pass:
24
- labels-remove: [":world_map: mapQUEST"]
25
0 commit comments