forked from dotnet/AspNetCore.Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.repoman.yml
89 lines (80 loc) · 2.57 KB
/
.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
revision: 3
schema-version: 1
owner-ms-alias: adegeo
config:
DocMetadata:
Headers:
- ["---", "#### "]
ParserRegex: "^\\* (.*): (.*)$"
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"]
# technology types
- check:
- type: metadata-comment
name: technology
value: "(?i)aspnetcore-blazor$"
pass:
- labels-add: ["Blazor"]
- projects-add: [35]
- labels-remove: [":watch: Not Triaged"]
- assignee-add: ["guardrex"]
- check:
- type: metadata-comment
name: technology
value: "(?i)aspnetcore-grpc$"
pass:
- labels-add: ["gRPC"]
- check:
- type: metadata-comment
name: technology
value: "(?i)aspnetcore-signalr$"
pass:
- labels-add: ["SignalR"]
# Checks for specific files
- check:
- type: metadata-comment
name: content source
value: "(?i).*main\/aspnetcore\/mvc\/views\/tag-helpers\/built-in\/component-tag-helper.md"
pass:
- labels-add: ["Blazor"]
- projects-add: [35]
- labels-remove: [":watch: Not Triaged"]
- assignee-add: ["guardrex"]
- check:
- type: metadata-comment
name: content source
value: "(?i).*main\/aspnetcore\/mvc\/views\/tag-helpers\/built-in\/persist-component-state.md"
pass:
- labels-add: ["Blazor"]
- projects-add: [35]
- labels-remove: [":watch: Not Triaged"]
- assignee-add: ["guardrex"]
# If the word appears anywhere in the file name path, add the label
- check:
- type: metadata-comment
name: content source
value: "(?i).*blazor.*"
pass:
- labels-add: ["Blazor"]
- projects-add: [35]
- labels-remove: [":watch: Not Triaged"]
- assignee-add: ["guardrex"]
- check:
- type: metadata-comment
name: content source
value: "(?i).*grpc.*"
pass:
- labels-add: ["gRPC"]
- check:
- type: metadata-comment
name: content source
value: "(?i).*signalr.*"
pass:
- labels-add: ["SignalR"]