diff --git a/.github/labeler.yml b/.github/labeler.yml index d9b4af61413..9c214fa0542 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,20 +4,20 @@ dev: engine: - changed-files: - - any-glob-to-any-file: [ 'Mage/**' ] + - any-glob-to-any-file: [ 'Mage/**' ] client: - 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: - changed-files: - - any-glob-to-any-file: [ 'Mage.Server*/**' ] + - any-glob-to-any-file: [ 'Mage.Server*/**' ] tests: - 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: - changed-files: - - any-glob-to-any-file: [ 'Mage.Sets/**' ] \ No newline at end of file + - any-glob-to-any-file: [ 'Mage.Sets/**' ] \ No newline at end of file