create: Added NOMA Group

This commit is contained in:
bedynamictech 2025-04-12 09:49:10 -07:00
parent 297c854353
commit da08edaf7c
2 changed files with 11 additions and 1 deletions

View File

@ -109,8 +109,13 @@ conditions:
required: false
type: release_group
- name: ZeroTwo
negate: false
pattern: ZeroTwo
required: false
type: release_group
- name: NOMA
type: release_group
required: false
negate: false
pattern: ZeroTwo
pattern: NOMA
tests: []

5
regex_patterns/NOMA.yml Normal file
View File

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