Skip to content

Commit 4eb5048

Browse files
authored
Update .repoman.yml (dotnet#10241)
* Update .repoman.yml * Update .repoman.yml
1 parent 7ebf938 commit 4eb5048

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: .repoman.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
revision: 1
1+
revision: 2
22
schema-version: 1
33
owner-ms-alias: adegeo
44

@@ -12,6 +12,15 @@ config:
1212

1313
issues:
1414

15+
labeled:
16+
17+
# Temporary label to mark issues as updated for Quest. The label is instantly removed
18+
- check:
19+
- type: query
20+
value: "length(Issue.labels[?name == ':world_map: mapQUEST']) != `0`"
21+
pass:
22+
- labels-remove: [":world_map: mapQUEST"]
23+
1524
reopened:
1625

1726
# Remove won't fix label

0 commit comments

Comments
 (0)