tweak(format): Fix HLG

This commit is contained in:
Seraphys 2025-06-18 18:35:50 -05:00
parent 711911879b
commit af35ef31c8
1 changed files with 8 additions and 3 deletions

View File

@ -19,14 +19,19 @@ conditions:
pattern: PQ
required: true
type: release_title
- name: Not HDR10
- name: Not HDR
type: release_title
required: true
negate: true
pattern: HDR
- name: Not HDR10
negate: true
pattern: HDR10
- name: Not HDR10+
type: release_title
required: true
type: release_title
- name: Not HDR10+
negate: true
pattern: HDR10+
required: true
type: release_title
tests: []