From 347e4f2d12e498aa81046351ab38f2d9e9f7de76 Mon Sep 17 00:00:00 2001 From: Ryan Gilbert Date: Thu, 20 Feb 2025 18:11:00 -0500 Subject: [PATCH] chore: adjust labeler --- .github/labeler.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3a67c2bee..5d59553b6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,18 +9,18 @@ python: 'action provider': - changed-files: - any-glob-to-any-file: - - 'action-providers/**' - - 'action_providers/**' + - '**/action-providers/**' + - '**/action_providers/**' 'wallet provider': - changed-files: - any-glob-to-any-file: - - 'wallet-providers/**' - - 'wallet_providers/**' + - '**/wallet-providers/**' + - '**/wallet_providers/**' 'framework extension': - changed-files: - - any-glob-to-any-file: 'framework-extensions/**' + - any-glob-to-any-file: '**/framework-extensions/**' documentation: - changed-files: @@ -28,7 +28,7 @@ documentation: example: - changed-files: - - any-glob-to-any-file: 'examples/**' + - any-glob-to-any-file: '**/examples/**' 'needs triage': - changed-files: