We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9120e27 commit 1f3072bCopy full SHA for 1f3072b
2 files changed
custom_formats/WEB-DL Tier 4.yml
@@ -14,6 +14,11 @@ conditions:
14
pattern: APEX
15
required: false
16
type: release_group
17
+- name: BLOOM
18
+ type: release_group
19
+ required: false
20
+ negate: false
21
+ pattern: BLOOM
22
- name: BTN
23
negate: false
24
pattern: BTN
regex_patterns/BLOOM.yml
@@ -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