Skip to content

Commit d54774e

Browse files
authored
Update .ghal.rules.json to remove area labels for issues (dotnet#4989)
* Update .ghal.rules.json * Update .ghal.rules.json
1 parent b812f49 commit d54774e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.ghal.rules.json

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
11
{
22
"version": 3,
3-
"configRevision": 1,
3+
"configRevision": 2,
44

55
"issue": {
66
"opened": {
77
"processor-default": {
88
"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-
}
229
}
2310
}
2411
},

0 commit comments

Comments
 (0)