Skip to content

Commit 0393ddf

Browse files
authored
Create .repoman.yml (#412)
* Create .repoman.yml * Update .repoman.yml
1 parent 9340269 commit 0393ddf

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.repoman.yml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
revision: 1
2+
schema-version: 5
3+
owner-ms-alias: adegeo
4+
5+
config:
6+
DocMetadata:
7+
Headers:
8+
- ["---", "#### "]
9+
10+
ParserRegex: "^\\* (.*): (.*)$"
11+
12+
ContentUrlRegex:
13+
- "### Page URL\n\n(.*)"
14+
15+
issues:
16+
17+
labeled:
18+
19+
# Temporary label to mark issues as updated for Quest. The label is instantly removed
20+
- check:
21+
- type: query
22+
value: "length(Issue.Labels[?Name == ':world_map: mapQUEST']) != `0`"
23+
pass:
24+
- labels-remove: [":world_map: mapQUEST"]
25+
26+
projects_v2_item:
27+
28+
reordered:
29+
30+
- labels-add: [":world_map: mapQUEST"]
31+
32+
edited:
33+
34+
- check:
35+
- type: query
36+
value: "EventPayload.changes.field_value.field_name == 'Priority' || EventPayload.changes.field_value.field_name == 'Size'"
37+
pass:
38+
- labels-add: [":world_map: mapQUEST"]

0 commit comments

Comments
 (0)