-
Notifications
You must be signed in to change notification settings - Fork 25.2k
/
.repoman.yml
46 lines (34 loc) · 954 Bytes
/
.repoman.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
revision: 6
schema-version: 5
owner-ms-alias: adegeo
config:
DocMetadata:
Headers:
- ["---", "#### "]
ParserRegex: "^\\* (.*): (.*)$"
ContentUrlRegex:
- "### Page URL\n\n(.*)"
issues:
opened:
# Add links to related issues if it's a doc issue
- check:
- type: metadata-exists
- type: variable-exists
name: "document_version_independent_id"
pass:
- link-related-issues
# If it's an issue from docs feedback, add svc/subsvc and source labels.
- check:
- type: metadata-exists
pass:
- labels-add: ["Source - Docs.ms"]
- svc_subsvc_labels: true
projects_v2_item:
reordered:
- labels-add: ["mapQuest"]
edited:
- check:
- type: query
value: "EventPayload.changes.field_value.field_name == 'Priority' || EventPayload.changes.field_value.field_name == 'Size'"
pass:
- labels-add: ["mapQuest"]