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