Skip to content

Commit c6ba9b2

Browse files
authored
Migrate label config to v3 (#3351)
1 parent 8725f6c commit c6ba9b2

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

.ghal.rules.json

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
{
2-
"labels": {
3-
"defaults": [ ":watch: Not Triaged" ],
4-
"product": {
5-
"(?i).*": "Source - Docs.ms"
6-
},
7-
"contentsource": {
8-
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.net.*": ":card_file_box: Technology - NCL",
9-
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.windows\\.forms.*": ":card_file_box: Technology - WinForms",
10-
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.security.*": ":card_file_box: Technology - Security"
2+
"version": 3,
3+
"configRevision": 1,
4+
5+
"issue": {
6+
"opened": {
7+
"processor-default": {
8+
"labels-add": [ ":watch: Not Triaged" ]
9+
},
10+
"processor-meta-docs": {
11+
"contentsource": {
12+
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.net.*": {
13+
"labels-add": ":card_file_box: Technology - NCL"
14+
},
15+
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.windows\\.forms.*": {
16+
"labels-add": ":card_file_box: Technology - WinForms"
17+
},
18+
"(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.security.*": {
19+
"labels-add": ":card_file_box: Technology - Security"
20+
}
21+
}
22+
}
1123
}
1224
}
1325
}

0 commit comments

Comments
 (0)