diff --git a/.github/labeler.yml b/.github/labeler.yml index 12d2e0b..a388f6b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,15 +6,7 @@ ci: - any-glob-to-any-file: ['.github/**/*', 'Makefile'] dependencies: - changed-files: - - any-glob-to-any-file: - - 'composer.json' - - 'composer.lock' - - 'package.json' - - 'package-lock.json' - - 'bun.lock' - - 'bun.lockb' - - 'yarn.lock' - - '.devcontainer/**/*' + - any-glob-to-any-file: ['composer.json', 'composer.lock', 'package.json', 'package-lock.json', 'bun.lock', 'bun.lockb', 'yarn.lock', '.devcontainer/**/*'] skill: - changed-files: - any-glob-to-any-file: ['skills/**/*', '.claude-plugin/**/*', 'plugin.json']