Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/OP-7723_hidden_joints_validator
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 authored Feb 12, 2024
2 parents daf8228 + f295db4 commit d85bb3c
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions .github/pr-glob-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
# Add type: unittest label if any changes in tests folders
'type: unittest':
- '*/*tests*/**/*'

# any changes in documentation structure
'type: documentation':
- '*/**/*website*/**/*'
- '*/**/*docs*/**/*'

# hosts triage
'host: Nuke':
- '*/**/*nuke*'
- '*/**/*nuke*/**/*'

'host: Photoshop':
- '*/**/*photoshop*'
- '*/**/*photoshop*/**/*'

'host: Harmony':
- '*/**/*harmony*'
- '*/**/*harmony*/**/*'

'host: UE':
- '*/**/*unreal*'
- '*/**/*unreal*/**/*'

'host: Houdini':
- '*/**/*houdini*'
- '*/**/*houdini*/**/*'

'host: Maya':
- '*/**/*maya*'
- '*/**/*maya*/**/*'

'host: Resolve':
- '*/**/*resolve*'
- '*/**/*resolve*/**/*'

'host: Blender':
- '*/**/*blender*'
- '*/**/*blender*/**/*'

'host: Hiero':
- '*/**/*hiero*'
- '*/**/*hiero*/**/*'

'host: Fusion':
- '*/**/*fusion*'
- '*/**/*fusion*/**/*'

'host: Flame':
- '*/**/*flame*'
- '*/**/*flame*/**/*'

'host: TrayPublisher':
- '*/**/*traypublisher*'
- '*/**/*traypublisher*/**/*'

'host: 3dsmax':
- '*/**/*max*'
- '*/**/*max*/**/*'

'host: TV Paint':
- '*/**/*tvpaint*'
- '*/**/*tvpaint*/**/*'

'host: CelAction':
- '*/**/*celaction*'
- '*/**/*celaction*/**/*'

'host: After Effects':
- '*/**/*aftereffects*'
- '*/**/*aftereffects*/**/*'

'host: Substance Painter':
- '*/**/*substancepainter*'
- '*/**/*substancepainter*/**/*'

# modules triage
'module: Deadline':
- '*/**/*deadline*'
- '*/**/*deadline*/**/*'

'module: RoyalRender':
- '*/**/*royalrender*'
- '*/**/*royalrender*/**/*'

'module: Sitesync':
- '*/**/*sync_server*'
- '*/**/*sync_server*/**/*'

'module: Ftrack':
- '*/**/*ftrack*'
- '*/**/*ftrack*/**/*'

'module: Shotgrid':
- '*/**/*shotgrid*'
- '*/**/*shotgrid*/**/*'

'module: Kitsu':
- '*/**/*kitsu*'
- '*/**/*kitsu*/**/*'

0 comments on commit d85bb3c

Please sign in to comment.