yaml is not supporting spaces in keys

This commit is contained in:
Jakub Jezek 2023-03-29 15:23:13 +02:00
parent 14ed02e2a9
commit e7bcf55096
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 39 additions and 23 deletions

View file

@ -1,15 +1,15 @@
# Apply label "feature" if head matches "feature/*"
type: feature:
'type: feature':
head: "feature/*"
# Apply label "feature" if head matches "feature/*"
type: enhancement:
'type: enhancement':
head: "enhancement/*"
# Apply label "bugfix" if head matches one of "bugfix/*" or "hotfix/*"
type: bugfix:
'type: bugfix':
head: ["bugfix/*", "hotfix/*"]
# Apply label "release" if base matches "release/*"
Bump Minor:
'Bump Minor':
base: "release/next-minor"

View file

@ -1,43 +1,59 @@
# Add type: unittest label if any changes in tests folders
type: unittest:
'type: unittest':
- any: ['tests/**/*', 'openpype/tests/**/*']
# any changes in documentation structure
type: documentation:
'type: documentation':
- any: ['website/**/*', 'docs/**/*']
# hosts triage
host: Nuke:
'host: Nuke':
- openpype/hosts/nuke/**/*
host: Photoshop:
'host: Photoshop':
- openpype/hosts/photoshop/**/*
host: Harmony:
'host: Harmony':
- openpype/hosts/harmony/**/*
host: UE:
'host: UE':
- openpype/hosts/unreal/**/*
host: Houdini:
'host: Houdini':
- openpype/hosts/houdini/**/*
host: Maya:
'host: Maya':
- openpype/hosts/maya/**/*
host: Resolve:
'host: Resolve':
- openpype/hosts/resolve/**/*
host: Blender:
'host: Blender':
- openpype/hosts/blender/**/*
host: Hiero:
'host: Hiero':
- openpype/hosts/hiero/**/*
host: Fusion:
'host: Fusion':
- openpype/hosts/fusion/**/*
host: Flame:
'host: Flame':
- openpype/hosts/flame/**/*
host: TrayPublisher:
'host: TrayPublisher':
- openpype/hosts/traypublisher/**/*
host: 3dsmax:
'host: 3dsmax':
- openpype/hosts/max/**/*
host: TV Paint:
'host: TV Paint':
- openpype/hosts/tvpaint/**/*
host: CelAction:
'host: CelAction':
- openpype/hosts/celaction/**/*
host: After Effects:
'host: After Effects':
- openpype/hosts/aftereffects/**/*
host: Substance Painter:
'host: Substance Painter':
- openpype/hosts/substancepainter/**/*