From 6d1f95e81972a19119ece87e29f578f5533bac60 Mon Sep 17 00:00:00 2001 From: bedynamictech Date: Sat, 12 Apr 2025 09:37:58 -0700 Subject: [PATCH] add: Added IHATEPEACHES Group --- custom_formats/Quality Tier 02.yml | 7 ++++++- regex_patterns/IHATEPEACHES.yml | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 regex_patterns/IHATEPEACHES.yml diff --git a/custom_formats/Quality Tier 02.yml b/custom_formats/Quality Tier 02.yml index e3f7f6e..0481941 100644 --- a/custom_formats/Quality Tier 02.yml +++ b/custom_formats/Quality Tier 02.yml @@ -99,8 +99,13 @@ conditions: required: false type: release_group - name: LeagueWEB + negate: false + pattern: LeagueWEB + required: false + type: release_group +- name: IHATEPEACHES type: release_group required: false negate: false - pattern: LeagueWEB + pattern: IHATEPEACHES tests: [] diff --git a/regex_patterns/IHATEPEACHES.yml b/regex_patterns/IHATEPEACHES.yml new file mode 100644 index 0000000..492a80b --- /dev/null +++ b/regex_patterns/IHATEPEACHES.yml @@ -0,0 +1,5 @@ +name: IHATEPEACHES +pattern: ^(IHATEPEACHES)$ +description: '' +tags: [] +tests: []