mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
dev: enable auto-labels for PRs (labeler)
This commit is contained in:
parent
1240dad718
commit
5763138c8b
1 changed files with 12 additions and 6 deletions
18
.github/labeler.yml
vendored
18
.github/labeler.yml
vendored
|
|
@ -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/**' ]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue