project action fix glob path

This commit is contained in:
Jakub Jezek 2023-03-29 22:06:14 +02:00
parent fb1d4ea5b1
commit 6e04f620d9
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -1,102 +1,102 @@
# Add type: unittest label if any changes in tests folders
'type: unittest':
- **/*tests*/**/*
- ./**/*tests*/**/*
# any changes in documentation structure
'type: documentation':
- **/*website*/**/*
- **/*docs*/**/*
- /**/*website*/**/*
- /**/*docs*/**/*
# hosts triage
'host: Nuke':
- **/*nuke*
- **/*nuke*/**/*
- /**/*nuke*
- ./**/*nuke*/**/*
'host: Photoshop':
- **/*photoshop*
- **/*photoshop*/**/*
- ./**/*photoshop*
- ./**/*photoshop*/**/*
'host: Harmony':
- **/*harmony*
- **/*harmony*/**/*
- ./**/*harmony*
- ./**/*harmony*/**/*
'host: UE':
- **/*unreal*
- **/*unreal*/**/*
- ./**/*unreal*
- ./**/*unreal*/**/*
'host: Houdini':
- **/*houdini*
- **/*houdini*/**/*
- ./**/*houdini*
- ./**/*houdini*/**/*
'host: Maya':
- **/*maya*
- **/*maya*/**/*
- ./**/*maya*
- ./**/*maya*/**/*
'host: Resolve':
- **/*resolve*
- **/*resolve*/**/*
- ./**/*resolve*
- ./**/*resolve*/**/*
'host: Blender':
- **/*blender*
- **/*blender*/**/*
- ./**/*blender*
- ./**/*blender*/**/*
'host: Hiero':
- **/*hiero*
- **/*hiero*/**/*
- ./**/*hiero*
- ./**/*hiero*/**/*
'host: Fusion':
- **/*fusion*
- **/*fusion*/**/*
- ./**/*fusion*
- ./**/*fusion*/**/*
'host: Flame':
- **/*flame*
- **/*flame*/**/*
- ./**/*flame*
- ./**/*flame*/**/*
'host: TrayPublisher':
- **/*traypublisher*
- **/*traypublisher*/**/*
- ./**/*traypublisher*
- ./**/*traypublisher*/**/*
'host: 3dsmax':
- **/*max*
- **/*max*/**/*
- ./**/*max*
- ./**/*max*/**/*
'host: TV Paint':
- **/*tvpaint*
- **/*tvpaint*/**/*
- ./**/*tvpaint*
- ./**/*tvpaint*/**/*
'host: CelAction':
- **/*celaction*
- **/*celaction*/**/*
- ./**/*celaction*
- ./**/*celaction*/**/*
'host: After Effects':
- **/*aftereffects*
- **/*aftereffects*/**/*
- ./**/*aftereffects*
- ./**/*aftereffects*/**/*
'host: Substance Painter':
- **/*substancepainter*
- **/*substancepainter*/**/*
- ./**/*substancepainter*
- ./**/*substancepainter*/**/*
# modules triage
'module: Deadline':
- **/*deadline*
- **/*deadline*/**/*
- ./**/*deadline*
- ./**/*deadline*/**/*
'module: RoyalRender':
- **/*royalrender*
- **/*royalrender*/**/*
- ./**/*royalrender*
- ./**/*royalrender*/**/*
'module: Sitesync':
- **/*sync_server*
- **/*sync_server*/**/*
- ./**/*sync_server*
- ./**/*sync_server*/**/*
'module: Ftrack':
- **/*ftrack*
- **/*ftrack*/**/*
- ./**/*ftrack*
- ./**/*ftrack*/**/*
'module: Shotgrid':
- **/*shotgrid*
- **/*shotgrid*/**/*
- ./**/*shotgrid*
- ./**/*shotgrid*/**/*
'module: Kitsu':
- **/*kitsu*
- **/*kitsu*/**/*
- ./**/*kitsu*
- ./**/*kitsu*/**/*