feat(starr) add Kitsune to web tier 2 (#1316)

pull/1319/head^2
bakerboy448 1 year ago committed by GitHub
commit ca690d7dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,15 @@
"value": "^(Flights)$" "value": "^(Flights)$"
} }
}, },
{
"name": "Kitsune",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Kitsune)$"
}
},
{ {
"name": "MiU", "name": "MiU",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

@ -193,6 +193,15 @@
"value": "^(KiMCHI)$" "value": "^(KiMCHI)$"
} }
}, },
{
"name": "Kitsune",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Kitsune)$"
}
},
{ {
"name": "LAZY", "name": "LAZY",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

@ -18,7 +18,7 @@
{ {
"score": 1650, "score": 1650,
"terms": [ "terms": [
"/(3CTWeB|BLUTONiUM|-BTW|-Chotab|-Cinefeel|-CiT|-CMRG|Coo7|-dB|-DEEP|-END|-ETHiCS|-FC|-Flights|-GNOME|-iJP|-iKA|-iT00NZ|-JETIX|-KHN|-KiMCHI|-LAZY|-MZABI|-NPMS|-NYH|-orbitron|playWEB|PSiG|-ROCCaT|RTFM|-SA89|-SDCC|-SIGMA|-SMURF|-SPiRiT|-TEPES|-TVSmash|-WELP)\\b/i" "/(3CTWeB|BLUTONiUM|-BTW|-Chotab|-Cinefeel|-CiT|-CMRG|Coo7|-dB|-DEEP|-END|-ETHiCS|-FC|-Flights|-GNOME|-iJP|-iKA|-iT00NZ|-JETIX|-KHN|-KiMCHI|-Kitsune|-LAZY|-MZABI|-NPMS|-NYH|-orbitron|playWEB|PSiG|-ROCCaT|RTFM|-SA89|-SDCC|-SIGMA|-SMURF|-SPiRiT|-TEPES|-TVSmash|-WELP)\\b/i"
] ]
}, },
{ {

Loading…
Cancel
Save