File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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"]
You can’t perform that action at this time.
0 commit comments