create: Added GLUE Group
This commit is contained in:
parent
025e986124
commit
d13791c19e
|
|
@ -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: []
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
name: GLUE
|
||||
pattern: ^(GLUE)$
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
Loading…
Reference in New Issue