From e860bc494d885184816a0251573accb6cabaa367 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz Date: Fri, 14 Feb 2025 22:03:07 +0100 Subject: [PATCH] [MAINTENANCE] Update globs in labeler --- .github/labeler.yml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index e1c5adf30b..4ee5ec619c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,67 +1,67 @@ application: - changed-files: - - any-glob-to-any-file: 'application/*' + - any-glob-to-any-file: 'application/**/*' async: - changed-files: - - any-glob-to-any-file: 'async/*' + - any-glob-to-any-file: 'async/**/*' blueprint: - changed-files: - - any-glob-to-any-file: 'blueprint/*' + - any-glob-to-any-file: 'blueprint/**/*' eba-maven-plugin: - changed-files: - - any-glob-to-any-file: 'eba-maven-plugin/*' + - any-glob-to-any-file: 'eba-maven-plugin/**/*' ejb: - changed-files: - - any-glob-to-any-file: 'ejb/*' + - any-glob-to-any-file: 'ejb/**/*' esa-ant-task: - changed-files: - - any-glob-to-any-file: 'esa-ant-task/*' + - any-glob-to-any-file: 'esa-ant-task/**/*' esa-maven-plugin: - changed-files: - - any-glob-to-any-file: 'esa-maven-plugin/*' + - any-glob-to-any-file: 'esa-maven-plugin/**/*' jmx: - changed-files: - - any-glob-to-any-file: 'jmx/*' + - any-glob-to-any-file: 'jmx/**/*' jndi: - changed-files: - - any-glob-to-any-file: 'jndi/*' + - any-glob-to-any-file: 'jndi/**/*' parent: - changed-files: - - any-glob-to-any-file: 'parent/*' + - any-glob-to-any-file: 'parent/**/*' proxy: - changed-files: - - any-glob-to-any-file: 'proxy/*' + - any-glob-to-any-file: 'proxy/**/*' pushstream: - changed-files: - - any-glob-to-any-file: 'pushstream/*' + - any-glob-to-any-file: 'pushstream/**/*' samples: - changed-files: - - any-glob-to-any-file: 'samples/*' + - any-glob-to-any-file: 'samples/**/*' sandbox: - changed-files: - - any-glob-to-any-file: 'sandbox/*' + - any-glob-to-any-file: 'sandbox/**/*' spi-fly: - changed-files: - - any-glob-to-any-file: 'spi-fly/*' + - any-glob-to-any-file: 'spi-fly/**/*' subsystem: - changed-files: - - any-glob-to-any-file: 'subsystem/*' + - any-glob-to-any-file: 'subsystem/**/*' testsupport: - changed-files: - - any-glob-to-any-file: 'testsupport/*' + - any-glob-to-any-file: 'testsupport/**/*' transaction: - changed-files: - - any-glob-to-any-file: 'transaction/*' + - any-glob-to-any-file: 'transaction/**/*' tutorials: - changed-files: - - any-glob-to-any-file: 'tutorials/*' + - any-glob-to-any-file: 'tutorials/**/*' util: - changed-files: - - any-glob-to-any-file: 'util/*' + - any-glob-to-any-file: 'util/**/*' versioning: - changed-files: - - any-glob-to-any-file: 'versioning/*' + - any-glob-to-any-file: 'versioning/**/*' web: - changed-files: - - any-glob-to-any-file: 'web/*' + - any-glob-to-any-file: 'web/**/*'