dev: enable auto-labels for PRs (labeler)

This commit is contained in:
Oleg Agafonov 2024-02-18 17:32:37 +04:00
parent 5763138c8b
commit 05f987b365

10
.github/labeler.yml vendored
View file

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