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 30ce2dd commit fa8e40eCopy full SHA for fa8e40e
.repoman.yml
@@ -1,4 +1,4 @@
1
-revision: 3
+revision: 4
2
schema-version: 1
3
owner-ms-alias: adegeo
4
@@ -53,6 +53,13 @@ issues:
53
pass:
54
- labels-add: ["source incompatible"]
55
56
+ # Temporary label to mark issues as updated for Quest. The label is instantly removed
57
+ - check:
58
+ - type: query
59
+ value: "length(Issue.labels[?name == ':world_map: mapQUEST']) != `0`"
60
+ pass:
61
+ - labels-remove: ["world_map: mapQUEST"]
62
+
63
opened:
64
# New issue opened, add Not Triaged
65
- labels-add: [":watch: Not Triaged"]
0 commit comments