mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
adding pr glob config for hosts
This commit is contained in:
parent
1e6b57209f
commit
14ed02e2a9
1 changed files with 37 additions and 1 deletions
38
.github/pr-glob-labeler.yml
vendored
38
.github/pr-glob-labeler.yml
vendored
|
|
@ -4,4 +4,40 @@ type: unittest:
|
|||
|
||||
# any changes in documentation structure
|
||||
type: documentation:
|
||||
- any: ['website/**/*', 'docs/**/*']
|
||||
- any: ['website/**/*', 'docs/**/*']
|
||||
|
||||
# hosts triage
|
||||
host: Nuke:
|
||||
- openpype/hosts/nuke/**/*
|
||||
host: Photoshop:
|
||||
- openpype/hosts/photoshop/**/*
|
||||
host: Harmony:
|
||||
- openpype/hosts/harmony/**/*
|
||||
host: UE:
|
||||
- openpype/hosts/unreal/**/*
|
||||
host: Houdini:
|
||||
- openpype/hosts/houdini/**/*
|
||||
host: Maya:
|
||||
- openpype/hosts/maya/**/*
|
||||
host: Resolve:
|
||||
- openpype/hosts/resolve/**/*
|
||||
host: Blender:
|
||||
- openpype/hosts/blender/**/*
|
||||
host: Hiero:
|
||||
- openpype/hosts/hiero/**/*
|
||||
host: Fusion:
|
||||
- openpype/hosts/fusion/**/*
|
||||
host: Flame:
|
||||
- openpype/hosts/flame/**/*
|
||||
host: TrayPublisher:
|
||||
- openpype/hosts/traypublisher/**/*
|
||||
host: 3dsmax:
|
||||
- openpype/hosts/max/**/*
|
||||
host: TV Paint:
|
||||
- openpype/hosts/tvpaint/**/*
|
||||
host: CelAction:
|
||||
- openpype/hosts/celaction/**/*
|
||||
host: After Effects:
|
||||
- openpype/hosts/aftereffects/**/*
|
||||
host: Substance Painter:
|
||||
- openpype/hosts/substancepainter/**/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue