2024-08-13 06:03:52 +08:00
|
|
|
revision: 4
|
2021-06-11 03:14:50 +08:00
|
|
|
schema-version: 1
|
|
|
|
owner-ms-alias: adegeo
|
|
|
|
|
|
|
|
config:
|
|
|
|
DocMetadata:
|
|
|
|
Headers:
|
|
|
|
- ["---", "#### "]
|
|
|
|
|
|
|
|
ParserRegex: "^\\* (.*): (.*)$"
|
|
|
|
|
2023-10-17 06:46:07 +08:00
|
|
|
ContentUrlRegex:
|
|
|
|
- "### Page URL\n\n(.*)"
|
|
|
|
|
2021-06-11 03:14:50 +08:00
|
|
|
issues:
|
|
|
|
|
|
|
|
opened:
|
|
|
|
# New issue opened, add Not Triaged
|
|
|
|
- labels-add: [":watch: Not Triaged"]
|
|
|
|
|
|
|
|
# default for doc comment
|
|
|
|
- check:
|
|
|
|
- type: metadata-exists
|
|
|
|
pass:
|
|
|
|
- labels-add: ["Source - Docs.ms"]
|
2023-10-17 06:55:13 +08:00
|
|
|
- prod_tech_labels: true
|
2021-06-11 03:14:50 +08:00
|
|
|
|
2024-08-13 06:03:52 +08:00
|
|
|
labeled:
|
2024-01-19 20:06:24 +08:00
|
|
|
|
2024-08-13 06:03:52 +08:00
|
|
|
# Temporary label to mark issues as updated for Quest. The label is instantly removed
|
|
|
|
- check:
|
|
|
|
- type: query
|
|
|
|
value: "length(Issue.labels[?name == ':world_map: mapQUEST']) != `0`"
|
|
|
|
pass:
|
|
|
|
- labels-remove: [":world_map: mapQUEST"]
|