fix(format): Add required negation to "Not <Langauge>"
- Previous conditions would match Not <Langauge> if a release contained something other than the original language (MULTi's for instance) - Required negation forces both conditions to be met
This commit is contained in:
parent
70ba6c4cfe
commit
f35259508b
|
|
@ -14,6 +14,6 @@ conditions:
|
||||||
language: english
|
language: english
|
||||||
name: Includes English
|
name: Includes English
|
||||||
negate: true
|
negate: true
|
||||||
required: false
|
required: true
|
||||||
type: language
|
type: language
|
||||||
tests: []
|
tests: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue