Ghost/.github/labeler.yml
Daniel Lockyer c695497598 Switched to actions/labeler for PR labeling
fixes https://github.com/TryGhost/DevOps/issues/111

- this allows us to add labels based upon the contents in a smarter way
  than the previous workflow
2023-11-20 11:43:58 +01:00

8 lines
135 B
YAML

'affects:i18n':
- 'ghost/i18n/**'
'affects:admin':
- 'ghost/admin/**'
- 'apps/admin-x-**'
'affects:portal':
- 'apps/portal/**'