From bf0df76076fe5af1fb28f22547825e8265e8c60b Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 18 Jun 2026 11:38:59 +0200 Subject: [PATCH] ci: re-sync labeler.yml with skill template (clears drift) Signed-off-by: Sebastian Mendel --- .github/labeler.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index a388f6b..12d2e0b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,7 +6,15 @@ 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']