Skip to content

Commit fa8e40e

Browse files
authored
RepoMan config update for flagging issues as updated (dotnet#41763)
* Update .repoman.yml * Update .repoman.yml
1 parent 30ce2dd commit fa8e40e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.repoman.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
revision: 3
1+
revision: 4
22
schema-version: 1
33
owner-ms-alias: adegeo
44

@@ -53,6 +53,13 @@ issues:
5353
pass:
5454
- labels-add: ["source incompatible"]
5555

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+
5663
opened:
5764
# New issue opened, add Not Triaged
5865
- labels-add: [":watch: Not Triaged"]

0 commit comments

Comments
 (0)