Skip to content

Commit 1f3072b

Browse files
committed
tweak(format): Add BLOOM to WEB-DL Tier 4
1 parent 9120e27 commit 1f3072b

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

custom_formats/WEB-DL Tier 4.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ conditions:
1414
pattern: APEX
1515
required: false
1616
type: release_group
17+
- name: BLOOM
18+
type: release_group
19+
required: false
20+
negate: false
21+
pattern: BLOOM
1722
- name: BTN
1823
negate: false
1924
pattern: BTN

regex_patterns/BLOOM.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: BLOOM
2+
pattern: (?<=^|[\s.-])BLOOM\b
3+
description: ''
4+
tags:
5+
- Release Group
6+
- WEB-DL
7+
tests: []

0 commit comments

Comments
 (0)