From 6be291b00a71427dc79e8a54928f69b6a08a7502 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Thu, 24 Apr 2025 14:00:16 +0200 Subject: [PATCH] Fix labelling of plugins through correct glob (#15634) https://github.com/nushell/nushell/pull/15627#issuecomment-2827259125 --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d6c4cd0391..cb500a34c8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -37,4 +37,4 @@ pr:plugins: - crates/nu-plugin-protocol/** - crates/nu-plugin-test-support/** # specific plugins (like polars) - - crates/nu_plugin_* + - crates/nu_plugin_*/**