fixing target to include pull_request

also fix globes
This commit is contained in:
Jakub Jezek 2023-03-29 17:30:38 +02:00
parent 14cfe2b993
commit 5ccc8cd745
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 50 additions and 49 deletions

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*/**/*

View file

@ -2,6 +2,7 @@ name: project-actions
on:
pull_request_target:
pull_request:
types: [opened, synchronize, assigned, review_requested]
pull_request_review:
types: [submitted]