forked from dotnet/dotnet-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ghal.rules.json
32 lines (31 loc) · 865 Bytes
/
.ghal.rules.json
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
{
"version": 3,
"configRevision": 1,
"issue": {
"opened": {
"processor-default": {
"labels-add": [ ":watch: Not Triaged" ]
},
"processor-meta-docs": {
"contentsource": {
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.net.*": {
"labels-add": ":card_file_box: Technology - NCL"
},
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.windows\\.forms.*": {
"labels-add": ":card_file_box: Technology - WinForms"
},
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.security.*": {
"labels-add": ":card_file_box: Technology - Security"
}
}
}
}
},
"pullrequest": {
"opened": {
"processor-default": {
"milestone-set": "December 2019"
}
}
}
}