fix(format): Negate HDR10+ in HDR10

This commit is contained in:
santiagosayshey 2025-04-03 05:00:04 +10:50
parent 10957dd0e8
commit 48509ce0a1
1 changed files with 5 additions and 0 deletions

View File

@ -9,4 +9,9 @@ conditions:
pattern: HDR10 pattern: HDR10
required: true required: true
type: release_title type: release_title
- name: Not HDR10+
type: release_title
required: true
negate: true
pattern: HDR10+
tests: [] tests: []