create: Added GLUE Group

This commit is contained in:
bedynamictech 2025-04-12 10:03:05 -07:00
parent 025e986124
commit d13791c19e
2 changed files with 11 additions and 1 deletions

View File

@ -164,8 +164,13 @@ conditions:
required: false
type: release_group
- name: STORiES
negate: false
pattern: STORiES
required: false
type: release_group
- name: GLUE
type: release_group
required: false
negate: false
pattern: STORiES
pattern: GLUE
tests: []

5
regex_patterns/GLUE.yml Normal file
View File

@ -0,0 +1,5 @@
name: GLUE
pattern: ^(GLUE)$
description: ''
tags: []
tests: []