diff --git a/custom_formats/Quality Tier 02.yml b/custom_formats/Quality Tier 02.yml index cf04686..e3f7f6e 100644 --- a/custom_formats/Quality Tier 02.yml +++ b/custom_formats/Quality Tier 02.yml @@ -94,8 +94,13 @@ conditions: required: false type: release_group - name: TSCC + negate: false + pattern: TSCC + required: false + type: release_group +- name: LeagueWEB type: release_group required: false negate: false - pattern: TSCC + pattern: LeagueWEB tests: [] diff --git a/regex_patterns/LeagueWEB.yml b/regex_patterns/LeagueWEB.yml new file mode 100644 index 0000000..6d461c4 --- /dev/null +++ b/regex_patterns/LeagueWEB.yml @@ -0,0 +1,5 @@ +name: LeagueWEB +pattern: ^(LeagueWEB)$ +description: '' +tags: [] +tests: []