From f38a7487d685bdd05fff460000786a83a42ce8aa Mon Sep 17 00:00:00 2001 From: Mathias Elle Date: Thu, 22 Jan 2026 08:14:40 +0100 Subject: [PATCH] fix: update head-branch patterns and file globbing in labeler.yml --- .github/labeler.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ef309a4..da82868 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,22 +3,22 @@ Documentation: - any-glob-to-any-file: '**/*.md' Feature: - - head-branch: ['^add:'] + - head-branch: ['add:*'] Fix: - - head-branch: ['^fix:'] + - head-branch: ['fix:*'] Next-Release: - - head-branch: ['^chore: Next Release'] + - head-branch: ['chore: release*', 'release-please*'] Command: - changed-files: - - any-glob-to-any-file: 'src/Console/Command/*' + - any-glob-to-any-file: 'src/Console/Command/**' Frontend: - changed-files: - - any-glob-to-any-file: 'src/view/frontend/*' + - any-glob-to-any-file: 'src/view/frontend/**' -ThemeBuilder: +Theme-Builder: - changed-files: - - any-glob-to-any-file: 'src/src/Service/ThemeBuilder/*' + - any-glob-to-any-file: 'src/Service/ThemeBuilder/**'