dev: enable auto-labels for PRs (labeler)

This commit is contained in:
Oleg Agafonov 2024-02-18 17:28:02 +04:00
parent 1240dad718
commit 5763138c8b

18
.github/labeler.yml vendored
View file

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