mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix the glob expression
This commit is contained in:
parent
6e04f620d9
commit
9dd6b3bbe2
1 changed files with 5 additions and 4 deletions
9
.github/pr-glob-labeler.yml
vendored
9
.github/pr-glob-labeler.yml
vendored
|
|
@ -1,15 +1,16 @@
|
|||
# Add type: unittest label if any changes in tests folders
|
||||
'type: unittest':
|
||||
- ./**/*tests*/**/*
|
||||
- /tests/**/*
|
||||
- openpype/tests/**/*
|
||||
|
||||
# any changes in documentation structure
|
||||
'type: documentation':
|
||||
- /**/*website*/**/*
|
||||
- /**/*docs*/**/*
|
||||
- '*/**/*website*/**/*'
|
||||
- '*/**/*docs*/**/*'
|
||||
|
||||
# hosts triage
|
||||
'host: Nuke':
|
||||
- /**/*nuke*
|
||||
- ./**/*nuke*
|
||||
- ./**/*nuke*/**/*
|
||||
|
||||
'host: Photoshop':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue