fix the glob expression

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

View file

@ -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':