mage/.github/labeler.yml
2024-02-18 17:32:37 +04:00

23 lines
No EOL
534 B
YAML

dev:
- changed-files:
- any-glob-to-any-file: [ '*', 'Utils/**', '/.github/**' ]
engine:
- changed-files:
- any-glob-to-any-file: [ 'Mage/**' ]
client:
- changed-files:
- any-glob-to-any-file: [ 'Mage.Client/**', 'Mage.Common/**', 'Mage.Plugins/**' ]
server:
- changed-files:
- any-glob-to-any-file: [ 'Mage.Server*/**' ]
tests:
- changed-files:
- any-glob-to-any-file: [ 'Mage.Verify/**', 'Mage.Tests/**', 'Mage.Reports/**' ]
cards:
- changed-files:
- any-glob-to-any-file: [ 'Mage.Sets/**' ]