Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .repoman.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
revision: 2
schema-version: 1
revision: 3
schema-version: 5
owner-ms-alias: adegeo

config:
Expand All @@ -9,6 +9,8 @@ config:

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

ContentUrlRegex:
- "### Page URL\n\n(.*)"

issues:

Expand All @@ -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"]

Expand Down