fix(starr): add RlsGrp BlackBit to Bad Dual Groups (#1584)

pull/1587/head
TRaSH 1 year ago committed by GitHub
parent 9cc5562512
commit 6c2b612681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,15 @@
"value": "^(BAT)$" "value": "^(BAT)$"
} }
}, },
{
"name": "BlackBit",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BlackBit)$"
}
},
{ {
"name": "BNd", "name": "BNd",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

@ -26,6 +26,15 @@
"value": "^(BAT)$" "value": "^(BAT)$"
} }
}, },
{
"name": "BlackBit",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BlackBit)$"
}
},
{ {
"name": "BNd", "name": "BNd",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save