Skip to content

Commit e30cca8

Browse files
authored
Remove old accounts (#2314)
1 parent 49b03c0 commit e30cca8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

configs/rules.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,10 @@
141141
"number_of_weeks": 1
142142
},
143143
"leave_open_no_activity": {
144-
"skiplist": ["[email protected]"],
145144
"months_lookup": 6,
146145
"max_ni": 3
147146
},
148147
"meta_no_deps_no_activity": {
149-
"skiplist": ["[email protected]"],
150148
"months_lookup": 12,
151149
"max_ni": 3
152150
},
@@ -280,8 +278,7 @@
280278
"WebExtensions::Developer Outreach",
281279
"NSS::Tools",
282280
"NSS::Build"
283-
],
284-
"supervisor_skiplist": ["[email protected]"]
281+
]
285282
},
286283
"no_severity": {
287284
"first-step": 2,
@@ -417,7 +414,7 @@
417414
},
418415
"spambug": {
419416
"max_days_in_cache": 7,
420-
"additional_receivers": ["[email protected]", "[email protected]"],
417+
"additional_receivers": ["[email protected]"],
421418
"days_lookup": 7,
422419
"confidence_threshold": 0.95,
423420
"cc": []

0 commit comments

Comments
 (0)