mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
yaml is not supporting spaces in keys
This commit is contained in:
parent
14ed02e2a9
commit
e7bcf55096
2 changed files with 39 additions and 23 deletions
8
.github/pr-branch-labeler.yml
vendored
8
.github/pr-branch-labeler.yml
vendored
|
|
@ -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"
|
||||
54
.github/pr-glob-labeler.yml
vendored
54
.github/pr-glob-labeler.yml
vendored
|
|
@ -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/**/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue