mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
improving glob expressions to include settings
This commit is contained in:
parent
081cd50779
commit
711089fc9c
1 changed files with 49 additions and 54 deletions
103
.github/pr-glob-labeler.yml
vendored
103
.github/pr-glob-labeler.yml
vendored
|
|
@ -1,107 +1,102 @@
|
|||
# Add type: unittest label if any changes in tests folders
|
||||
'type: unittest':
|
||||
- tests/**/*
|
||||
- tests/**
|
||||
- openpype/tests/**/*
|
||||
- openpype/tests/**
|
||||
- /**/*tests*/**/*
|
||||
|
||||
# any changes in documentation structure
|
||||
'type: documentation':
|
||||
- website/**/*
|
||||
- website/**
|
||||
- docs/**/*
|
||||
- docs/**
|
||||
- /**/*website*/**/*
|
||||
- /**/*docs*/**/*
|
||||
|
||||
# hosts triage
|
||||
'host: Nuke':
|
||||
- openpype/hosts/nuke/**/*
|
||||
- openpype/hosts/nuke/**
|
||||
- /**/*nuke*
|
||||
- /**/*nuke*/**/*
|
||||
|
||||
'host: Photoshop':
|
||||
- openpype/hosts/photoshop/**/*
|
||||
- openpype/hosts/photoshop/**
|
||||
- /**/*photoshop*
|
||||
- /**/*photoshop*/**/*
|
||||
|
||||
'host: Harmony':
|
||||
- openpype/hosts/harmony/**/*
|
||||
- openpype/hosts/harmony/**
|
||||
- /**/*harmony*
|
||||
- /**/*harmony*/**/*
|
||||
|
||||
'host: UE':
|
||||
- openpype/hosts/unreal/**/*
|
||||
- openpype/hosts/unreal/**
|
||||
- /**/*unreal*
|
||||
- /**/*unreal*/**/*
|
||||
|
||||
'host: Houdini':
|
||||
- openpype/hosts/houdini/**/*
|
||||
- openpype/hosts/houdini/**
|
||||
- /**/*houdini*
|
||||
- /**/*houdini*/**/*
|
||||
|
||||
'host: Maya':
|
||||
- openpype/hosts/maya/**/*
|
||||
- openpype/hosts/maya/**
|
||||
- /**/*maya*
|
||||
- /**/*maya*/**/*
|
||||
|
||||
'host: Resolve':
|
||||
- openpype/hosts/resolve/**/*
|
||||
- openpype/hosts/resolve/**
|
||||
- /**/*resolve*
|
||||
- /**/*resolve*/**/*
|
||||
|
||||
'host: Blender':
|
||||
- openpype/hosts/blender/**/*
|
||||
- openpype/hosts/blender/**
|
||||
- /**/*blender*
|
||||
- /**/*blender*/**/*
|
||||
|
||||
'host: Hiero':
|
||||
- openpype/hosts/hiero/**/*
|
||||
- openpype/hosts/hiero/**
|
||||
- /**/*hiero*
|
||||
- /**/*hiero*/**/*
|
||||
|
||||
'host: Fusion':
|
||||
- openpype/hosts/fusion/**/*
|
||||
- openpype/hosts/fusion/**
|
||||
- /**/*fusion*
|
||||
- /**/*fusion*/**/*
|
||||
|
||||
'host: Flame':
|
||||
- openpype/hosts/flame/**/*
|
||||
- openpype/hosts/flame/**
|
||||
- /**/*flame*
|
||||
- /**/*flame*/**/*
|
||||
|
||||
'host: TrayPublisher':
|
||||
- openpype/hosts/traypublisher/**/*
|
||||
- openpype/hosts/traypublisher/**
|
||||
- /**/*traypublisher*
|
||||
- /**/*traypublisher*/**/*
|
||||
|
||||
'host: 3dsmax':
|
||||
- openpype/hosts/max/**/*
|
||||
- openpype/hosts/max/**
|
||||
- /**/*max*
|
||||
- /**/*max*/**/*
|
||||
|
||||
'host: TV Paint':
|
||||
- openpype/hosts/tvpaint/**/*
|
||||
- openpype/hosts/tvpaint/**
|
||||
- /**/*tvpaint*
|
||||
- /**/*tvpaint*/**/*
|
||||
|
||||
'host: CelAction':
|
||||
- openpype/hosts/celaction/**/*
|
||||
- openpype/hosts/celaction/**
|
||||
- /**/*celaction*
|
||||
- /**/*celaction*/**/*
|
||||
|
||||
'host: After Effects':
|
||||
- openpype/hosts/aftereffects/**/*
|
||||
- openpype/hosts/aftereffects/**
|
||||
- /**/*aftereffects*
|
||||
- /**/*aftereffects*/**/*
|
||||
|
||||
'host: Substance Painter':
|
||||
- openpype/hosts/substancepainter/**/*
|
||||
- openpype/hosts/substancepainter/**
|
||||
- /**/*substancepainter*
|
||||
- /**/*substancepainter*/**/*
|
||||
|
||||
# modules triage
|
||||
'module: Deadline':
|
||||
- openpype/modules/deadline/**/*
|
||||
- openpype/modules/deadline/**
|
||||
- /**/*deadline*
|
||||
- /**/*deadline*/**/*
|
||||
|
||||
'module: RoyalRender':
|
||||
- openpype/modules/royalrender/**/*
|
||||
- openpype/modules/royalrender/**
|
||||
- /**/*royalrender*
|
||||
- /**/*royalrender*/**/*
|
||||
|
||||
'module: Sitesync':
|
||||
- openpype/modules/sync_server/**/*
|
||||
- openpype/modules/sync_server/**
|
||||
- /**/*sync_server*
|
||||
- /**/*sync_server*/**/*
|
||||
|
||||
'module: Ftrack':
|
||||
- openpype/modules/ftrack/**/*
|
||||
- openpype/modules/ftrack/**
|
||||
- /**/*ftrack*
|
||||
- /**/*ftrack*/**/*
|
||||
|
||||
'module: Shotgrid':
|
||||
- openpype/modules/shotgrid/**/*
|
||||
- openpype/modules/shotgrid/**
|
||||
- /**/*shotgrid*
|
||||
- /**/*shotgrid*/**/*
|
||||
|
||||
'module: Kitsu':
|
||||
- openpype/modules/kitsu/**/*
|
||||
- openpype/modules/kitsu/**
|
||||
- /**/*kitsu*
|
||||
- /**/*kitsu*/**/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue