mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fixing target to include pull_request
also fix globes
This commit is contained in:
parent
14cfe2b993
commit
5ccc8cd745
2 changed files with 50 additions and 49 deletions
98
.github/pr-glob-labeler.yml
vendored
98
.github/pr-glob-labeler.yml
vendored
|
|
@ -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*/**/*
|
||||
|
|
|
|||
1
.github/workflows/project_actions.yml
vendored
1
.github/workflows/project_actions.yml
vendored
|
|
@ -2,6 +2,7 @@ name: project-actions
|
|||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
types: [opened, synchronize, assigned, review_requested]
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue