Fixed glob for Admin-X projects

refs c695497598

- the previous glob didn't match correctly
This commit is contained in:
Daniel Lockyer 2023-11-20 12:41:13 +01:00 committed by Daniel Lockyer
parent 489ef84c68
commit 6bc703e235

2
.github/labeler.yml vendored
View File

@ -2,6 +2,6 @@
- 'ghost/i18n/**'
'affects:admin':
- 'ghost/admin/**'
- 'apps/admin-x-**'
- 'apps/admin-x-*/**'
'affects:portal':
- 'apps/portal/**'