feat(Starr): Add iVy to LQ (#1840)

pull/1843/head
yammes08 3 months ago committed by GitHub
parent 412918d491
commit e6f269673d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -330,6 +330,15 @@
"value": "^(iPlanet)$" "value": "^(iPlanet)$"
} }
}, },
{
"name": "iVy",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(iVy)$"
}
},
{ {
"name": "jennaortega", "name": "jennaortega",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

@ -87,6 +87,15 @@
"value": "^(iNTENSO)$" "value": "^(iNTENSO)$"
} }
}, },
{
"name": "iVy",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(iVy)$"
}
},
{ {
"name": "JFF", "name": "JFF",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save